Т8
Size: a a a
Т8
λ
Т8
Т8
EG
EG
python3
print(0 * 2)
print(None * 2)
Traceback (most recent call last):
File "source_file.py", line 2, in <module>
print(None * 2)
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
0
EG
λ
EG
EG
Т8
λ
EG
Т8
python3
print(0 * 2)
print(None * 2)
Traceback (most recent call last):
File "source_file.py", line 2, in <module>
print(None * 2)
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
0
EG
EG
Т8
EG
λ
EG