0
How do a run app using python?
Who has ran the calculator app? Can you explain how you did it?
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.
+ 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