0
Can anyone explain the simple calculator challenge to me please as I can't get past the first piece
Python3
8 odpowiedzi
+ 10
Jason Beard
Try to attach the link of the code..
Not just writing some words!
Then only we can help you
+ 2
Please show your code first
+ 1
x = int(input())
y = int(input())
print(x + y)
+ 1
your welcome
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)
0
I have in my other question, of you go look at my page
0
Please assist
0
Thank you