0
Guys, why my code is not working on mobile?
x = int (Input ( "Wpisz LiczbÄ ") ) y = int (Input ( "Wpisz LiczbÄ ") ) Suma = x+y print ( " suma wynosi " ,Suma ) Input ("/n/nAby zakoĆczyÄ naciĆnij ekran")
2 Answers
+ 3
Put the programming language on tags, please.
I assume it's Python.
If your code looks exactly like the text in your question, then pay attention to the keywords and built-in functions, they almost always must begin with lowercase letter (eg. input and not Input).
+ 2
Oh, thx