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

Become Healthy Goal - Python Program

Calculator in C++

Interpretation vs Compilation