9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
import system
|
|
|
|
try:
|
|
system.sleep()
|
|
except:
|
|
print "oh no! " + exception
|
|
|
|
print "Back from try/except"
|