发布时间:2019-08-05 23:20:24
if user_choice==1:
enter_std_data()
elif user_choice>=2 and user_choice<=4:
enter_score(user_choice-2)
elif user_choice==5:
disp_score_table()
else:
break