knox revidoval tento gist . Přejít na revizi
1 file changed, 2 insertions
Mypy-1.py(vytvořil soubor)
@@ -0,0 +1,2 @@ | |||
1 | + | number = input("What is your favourite number?") | |
2 | + | print("It is", number + 1) # error: Unsupported operand types for + ("str" and "int") |
Novější
Starší