Can anyone explain the simple calculator challenge to me please as I can't get past the first piece | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone explain the simple calculator challenge to me please as I can't get past the first piece

Python3

4th Dec 2020, 10:01 AM
Jason Beard
Jason Beard - avatar
8 Answers
+ 10
Jason Beard Try to attach the link of the code.. Not just writing some words! Then only we can help you
4th Dec 2020, 1:21 PM
Piyush
Piyush - avatar
+ 2
Please show your code first
4th Dec 2020, 10:05 AM
Piyush
Piyush - avatar
+ 1
x = int(input()) y = int(input()) print(x + y)
3rd Feb 2021, 6:24 PM
Jack Jennings
Jack Jennings - avatar
+ 1
your welcome
3rd Feb 2021, 6:58 PM
Jack Jennings
Jack Jennings - avatar
0
The code starts with input (6+3) Which gives us 9 but I have to create a string culculation to get from 9 to input (11+22)
4th Dec 2020, 10:07 AM
Jason Beard
Jason Beard - avatar
0
I have in my other question, of you go look at my page
5th Dec 2020, 7:53 AM
Jason Beard
Jason Beard - avatar
0
Please assist
5th Dec 2020, 7:53 AM
Jason Beard
Jason Beard - avatar
0
Thank you
3rd Feb 2021, 6:34 PM
Jason Beard
Jason Beard - avatar