0
Can anyone help me with step 18 from basic python I really don't understand the question?
I just don't know what to do, it's the easy calculator one
12 Respostas
+ 1
No it said I have to make a simple cauculator
+ 1
take two inputs ,convert them from string to integer and print their sum. Gizo
0
Which lesson?
0
The basic one
0
It's called end of module project
0
18
0
Gizo exponent one?
0
It's lesson 18 simple module project simple calculator
0
x = 6
x += 3
Print (x)
Than I solve the first case but not the 2nd and I don't know how I can solve 2 cases with 1 code
0
Can anyone help me to solve two cases with one code
0
Same
0
I'm still stuck on it