Sunday, August 30, 2020

write pyhton program for print current time

 import datetime

print(datetime.datetime.now())

No comments:

Post a Comment