- 1
Does anybodu know how to properly use the import time for python?
One fo my friends showed me a plug in named time. I tried to use the import time but I couldn' figure it out what to do next. Do me a favor and give me some suggestions how to properly use it.
2 odpowiedzi
+ 1
import time
help(time)
0
import time
time.asctime()