This website requires JavaScript.
Explore
Help
Sign In
TastyPancakes
/
proNlp1
Watch
1
Star
0
Fork
You've already forked proNlp1
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
proNlp1
/
time_test.py
4 lines
73 B
Python
Raw
Permalink
Blame
History
from
time
import
gmtime
,
strftime
print
(
strftime
(
"
%
H:
%
M:
%
S
"
,
gmtime
(
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink