18 Answers
New AnswerIt works as a normal calculator would. You enter your expression and press enter. If you have multiple expressions, enter them on separate lines and press enter when done
The documentation for eval may give you clues as to what it needs https://docs.python.org/3/library/functions.html#eval Also, you should use an exception handling block within the loop to detect eof to break from the loop
Well, recall how Python has the eval function which will do a lot of work for you if you are going for the shortest approach. To keep getting input, just put everything in an infinite loop. When will it terminate? Just search for an EOF in the input
Well im not very good at python and im sure there is a way to add it without having multiple variables
https://code.sololearn.com/cRfmKDBp8Gdy/?ref=app This is what ive got so far but i dont get why the it wont cause it works on my calculator
Thats good but ud like to input it so you skip a line after each number and it adds for you
Im trying to make it so it adds the numbers for you automatically in the code but on mine doesn't work
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message