I am trying to create a grade calculator that performs an operation based on what is inputted before and after the operator instead of asking for two separate inputs. For example:
input = input("Grade: ")
input would be something like "19/25" and the program would divide 19/25