ダ
Size: a a a
ダ
GF
py3
print("и вот почему:")
print(__main__)
Traceback (most recent call last):
File "1842580041/source.py", line 2, in <module>
print(__main__)
NameError: name '__main__' is not defined
и вот почему:
ダ
GF
GF
ダ
ダ
ダ
GF
py3
print(__name__)
print(__main__)
Traceback (most recent call last):
File "1604120033/source.py", line 2, in <module>
print(__main__)
NameError: name '__main__' is not defined
__main__
GF
GF
GF
ダ
ダ
GF
py3
print(__name__)
print(__main__)
Traceback (most recent call last):
File "1604120033/source.py", line 2, in <module>
print(__main__)
NameError: name '__main__' is not defined
__main__
ダ
ダ