Is anyone has solutions of python project 10 a simple calculater I had solve it pretty much with print but I can't with input | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is anyone has solutions of python project 10 a simple calculater I had solve it pretty much with print but I can't with input

22nd Jan 2021, 11:13 AM
SHASHWAT MANDALI
7 Answers
+ 5
num1 = int(input()) num2 = int(input()) num3 = num1 + num2 print (num3)
22nd Jan 2021, 1:27 PM
∆BH∆Y
∆BH∆Y - avatar
+ 5
Post your attempt /code here
22nd Jan 2021, 11:22 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 3
to input an integer numbers like: a = int(input())
22nd Jan 2021, 12:11 PM
**🇦🇪|🇦🇪**
**🇦🇪|🇦🇪** - avatar
+ 2
Happy Coding 😃
23rd Jan 2021, 8:30 AM
∆BH∆Y
∆BH∆Y - avatar
+ 1
∆bh∆y it's saying that you can't add string
23rd Jan 2021, 8:27 AM
SHASHWAT MANDALI
+ 1
Done bro
23rd Jan 2021, 8:29 AM
SHASHWAT MANDALI
+ 1
Yes
23rd Jan 2021, 8:30 AM
SHASHWAT MANDALI