Jul-15-2019, 08:02 PM
I am trying to make a program that can tell people the date and time (I have done this bit) but I want to add to the program, I want a way to detect the date and then display a little message depending on the date.
e.g.
etc.
e.g.
#if date == 25/12
#print("Merry christmas!")and#if date == 1/1
#print("Happy new year!")etc.etc.
