Answers for "today's date in pytho9n"

-1

get date and time python

from datetime import datetime
now = datetime.now()
print (now.strftime("%Y-%m-%d %H:%M:%S"))
Posted by: Guest on August-11-2020

Python Answers by Framework

Browse Popular Code Answers by Language