2)用双向链表建立一张班级成绩单

发布时间: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

以上问题属网友观点,不代表本站立场,仅供参考!