RosettaCodeData/Task/Sleep/Quackery/sleep.quackery

8 lines
143 B
Text
Raw Permalink Normal View History

2025-02-27 18:35:13 -05:00
[ $ \import time
time.sleep(from_stack())\
python ] is sleep ( seconds --> )
say "Sleeping..."
10 sleep
say "Awake!"