kuroko/test/testRuntimeException.krk

9 lines
111 B
Plaintext

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