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")

6th Jul 2022, 9:45 AM
Strad0mxzw
Strad0mxzw - avatar
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).
6th Jul 2022, 9:55 AM
Tibor Santa
Tibor Santa - avatar
+ 2
Oh, thx
6th Jul 2022, 9:57 AM
Strad0mxzw
Strad0mxzw - avatar