Time Mudule

 import time

print Current Date and Time:-

import time
localtime = time.asctime(time.localtime(time.time()))
print("date: ",localtime)

Comments

Popular posts from this blog

Calculator in C++

Become Healthy Goal - Python Program

Interpretation vs Compilation