Basic Calculator_code _not_submitted

Hi, Here is the link to my code


My code is not getting submitted for the Basic Calculator Problem
Please look into it

Hello @Harshit199823,
There are some minor mistakes.

  1. You forgot the case for %.
  2. Change float to int.
  3. Change “Invalid Operation” to “Invalid Operation. Try again.”

Hit like if you understood.