kuroko/test/testRuntimeException.krk
2020-12-29 11:00:12 +09:00

9 lines
109 B
Plaintext

import system
try:
system.sleep()
except:
print "oh no! " + exception
print "Back from try/except"