Последняя активность 1730975072

Версия eda9b490fdd597840eea447e1286295a32f7b004

Mypy-1.py Исходник
1number = input("What is your favourite number?")
2print("It is", number + 1) # error: Unsupported operand types for + ("str" and "int")