0

Python: what am I doing wrong?

https://code.sololearn.com/c2Gq13TOlPK5/?ref=app If I make 10 + 3 = 103

25th Jan 2021, 10:47 AM
Nicola
Nicola  - avatar
3 ответов
+ 4
Python input return a string. You need to convert into integers. Like this var = int(input ())
25th Jan 2021, 10:51 AM
Zohaib 👑
Zohaib 👑 - avatar
+ 1
What are the inputs and output you are expecting to get ?
25th Jan 2021, 10:48 AM
Abhay
Abhay - avatar
25th Jan 2021, 11:16 AM
visph
visph - avatar