БГ
Size: a a a
БГ
НХ
БГ
БГ
AT
БГ
БГ
py3
code = """
var a = {};
while(a<25)\{a-=1\};"""
print(code.format(1))
Traceback (most recent call last):
File "source_file.py", line 4, in <module>
print(code.format(1))
KeyError: 'a-=1\\'
БГ
БГ
__file__
БГ
py3
with open(__file__) as f:
print(f.read())
print('\nend of execution\n')
with open(__file__) as f:
print(f.read())
print('\nend of execution\n')
end of execution
БГ
БГ
AE
R3
БГ
with open(__file__, 'w') as f: pass
AT
AE
with open(__file__, 'w') as f: pass