Python program to print date and time

import datetime;
print("Today Date & Time:\n");
print(datetime.datetime.today());
    

No comments: