5 lines
94 B
Text
5 lines
94 B
Text
time = int(input("time to sleep (ms): "))
|
|
|
|
println "Sleeping..."
|
|
sleep(time)
|
|
println "Awake!"
|