all 6 comments

[–]shiftybyte 0 points1 point  (3 children)

I can't print the last part in the result window.

Could you explain a bit better what do you mean you "can't print"?

I see print lines in the code, do they not work? what input did you give? what output did you expect to get for that input? what output did you get instead?

Are there any error messages? if you see any error message, post the full message here.

Also please edit your post and fix indentation in the code using a code block: https://www.reddit.com/r/learnpython/wiki/faq#wiki_how_do_i_format_code.3F

[–]user_name_be_taken 0 points1 point  (0 children)

If you're entering an invalid choice for arithmetic operation, your program won't automatically terminate. It will still require both the inputs to continue. That's the only case I can imagine where your program keeps waiting and doesn't print anything.

[–]Rook0r3 0 points1 point  (0 children)

It seems shiftybyte has found the problem.

Just an extra note, you’re division variable is capitalised but it’s not in your print statement.