5 lines
45 B
Python
5 lines
45 B
Python
var = 123
|
|
|
|
def throw():
|
|
raise ValueError
|
var = 123
|
|
|
|
def throw():
|
|
raise ValueError
|