5 lines
56 B
Python
5 lines
56 B
Python
def func():
|
|
x = 1
|
|
class my_class:
|
|
y = x
|
def func():
|
|
x = 1
|
|
class my_class:
|
|
y = x
|