6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
|
#!Неизвестное имя 'a'
|
||
|
|
def f():
|
||
|
|
print(a)
|
||
|
|
|
||
|
|
a = 1
|
||
|
|
f()
|