ДК
py3
Source:
import sys
class stdout():
def __lshift__(self, other):
sys.stdout.write(other)
stdout = stdout()
stdout << "fuckyou"
Result:
fuckyou
Получится, тегни, пожалуйста.
Size: a a a
ДК
py3
import sys
class stdout():
def __lshift__(self, other):
sys.stdout.write(other)
stdout = stdout()
stdout << "fuckyou"
fuckyou
БГ
range(len(iterable)-1)enumerate(iterable, 1)БГ
SI
БГ
ЮЧ
ЮЧ
БГ
py3
class customType(type):
pass
БГ
ДК
БГ
ДК
БГ
БГ
py3
class type(type):
pass
БГ
ДК
БГ
ДК
БГ