这是题目
这是我输入的代码
1.1==grade这种写法是错的,写成grade=1,之后的一样2.case '1'写成 case 1,之后的类似
把case'1':的‘’去掉,改成 case 1:其它也是这样