Python Get Nom du jour
import datetime
now = datetime.datetime.now()
print(now.strftime("%A"))
Proud Peacock
import datetime
now = datetime.datetime.now()
print(now.strftime("%A"))