About Lesson
Localtime():-
It function returns the current time according to your geographical location, in a more readable format.
|
import time print(time.localtime(time.time())) |
Important Notice:
It function returns the current time according to your geographical location, in a more readable format.
|
import time print(time.localtime(time.time())) |