0
How to solve the problem
I Can't solve The problem of the strings and variables in the last part of simple calculator any help?
7 ответов
+ 3
MADOUI Rachda
x and y should be input
x = int(input())
y = int(input())
+ 3
Welcome MADOUI Rachda
+ 2
Can you show your attempt?MADOUI Rachda
+ 1
you need to convert strings to int or float!
+ 1
C K
x=3;
y=6;
z=int(x)+int(y)
print(z)
The output is 9 but it says that I need to try again
+ 1
C K thank you
0
Shadoff when I used the input fonction it didn't work