romach
4/11/2017 - 9:31 PM

Print current time

Print current time

from datetime import datetime
now = datetime.now()
print now