7 lines
101 B
Text
7 lines
101 B
Text
|
|
print "Enter number of seconds to sleep: ";
|
||
|
|
input ms
|
||
|
|
print "Sleeping..."
|
||
|
|
pause ms
|
||
|
|
print "Awake!"
|
||
|
|
end
|