3 lines
68 B
Python
3 lines
68 B
Python
|
|
def spam():
|
||
|
|
raise SillyError # equivalent to raise SillyError()
|