DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
Python Current time using time module
import time t = time.localtime() current_time = time.strftime("%H:%M:%S", t) print(current_time)
PREVIOUS
NEXT
Tagged:
#Python
#Current
#time
#time
#module
ADD COMMENT
Topic
COMMENT
Name
7+9 =
Submit