I want my program to print some text at given datetime, like print("Merry Christmas!") at 25 Dec 2020 00:00. Here is my code:
print("Merry Christmas!")
import da