Simple calculator problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Simple calculator problem

i have problems with this first calculator I've made https://code.sololearn.com/c3ad9T9viJic/?ref=app

7th Apr 2017, 1:23 PM
wolfmex
wolfmex - avatar
1 Answer
0
user_input = (":") because of that. endless loop never end, and it crashes. fix: user_input = input(':')
7th Apr 2017, 4:07 PM
Ruslan Ovcharenko
Ruslan Ovcharenko - avatar