How to make that calculator, here I'm facing issues on input? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make that calculator, here I'm facing issues on input?

Pls help me, i want to learn if else elif statements

22nd Jan 2021, 4:27 PM
Swastik Patro
Swastik Patro - avatar
8 Answers
+ 3
Post your CODE First please📃
22nd Jan 2021, 4:32 PM
Ezra Bridger 2207 [INACTIVE]
Ezra Bridger 2207 [INACTIVE] - avatar
+ 3
I think you don't have to write a prompt message in the input statment because when I did the same SoloLearn was not accepting my program. So I removed the prompt message and my code is like: num = int(input()) num1 = int(input()) sum = num + num1 print (sum) Try out my code once. Happy Coding
22nd Jan 2021, 5:01 PM
∆BH∆Y
∆BH∆Y - avatar
+ 2
I am unable to solve the simple calculator problem project on solo learn..
22nd Jan 2021, 4:44 PM
Swastik Patro
Swastik Patro - avatar
+ 1
x = int(input("Enter a number: ")) y = int(input(" Enter another number: ")) z = x+y print(z)
22nd Jan 2021, 4:40 PM
Swastik Patro
Swastik Patro - avatar
+ 1
Help me please, I'm coding on mobile
22nd Jan 2021, 4:40 PM
Swastik Patro
Swastik Patro - avatar
24th Jan 2021, 8:08 AM
Vrajesh Sulakhe
Vrajesh Sulakhe - avatar
+ 1
If your coding on mobile its no recommended hmm if ur learning its ok so do you have pc
24th Jan 2021, 8:10 AM
Vrajesh Sulakhe
Vrajesh Sulakhe - avatar
0
I don't have a PC
26th Jan 2021, 1:48 PM
Swastik Patro
Swastik Patro - avatar