0

How do a run app using python?

Who has ran the calculator app? Can you explain how you did it?

30th Oct 2019, 8:58 PM
joshtech2344
joshtech2344 - avatar
2 Answers
+ 5
Input values in this format. e.g. 2 2 # output will be 4 assuming you used addition symbol. Sometimes, you'll have to input the values with space. 2 2 #output 4 depending on how your code is written.
30th Oct 2019, 11:10 PM
Jella
Jella - avatar
+ 1
you have to put all input in at once on sololearn. if you’re requesting 3 lines of input, you’ll have to put input on the first, second, and third lines otherwise youll get an EOF error
30th Oct 2019, 10:15 PM
꧁àŒș Jenspi àŒ»ê§‚
꧁àŒș Jenspi àŒ»ê§‚ - avatar