NK
Size: a a a
NK
ЮЧ
БГ
NK
ЮЧ
БГ
ЮЧ
NK
БГ
ЮЧ
БГ
NK
AY
БГ
ЮЧ
БГ
py3
import sys
class stdout():
@classmethod
def __lshift__(self, other):
sys.stdout.write(other)
stdout << "fuckyou"
Traceback (most recent call last):
File "source_file.py", line 8, in <module>
stdout << "fuckyou"
TypeError: unsupported operand type(s) for <<: 'type' and 'str'
БГ