I am having logic problems with this
when I type in for example B or b or c or C etc. it prints
The new grading for A* is a value 8
please help
grade = input("What is your grade?")
if grade in ("A*", "a*", "A", "a", "B", "b", "C", "c"):
if grade == "A*" or "a*":
print...