5 lines
87 B
Text
5 lines
87 B
Text
|
|
V seconds = Float(input())
|
|||
|
|
print(‘Sleeping...’)
|
|||
|
|
sleep(seconds)
|
|||
|
|
print(‘Awake!’)
|