Commit b621f9fb by BellCodeEditor

save project

parent 91730ec8
Showing with 4 additions and 3 deletions
xinxi={} xinxi={}
list=[] list=[]s
while True: while True:
print("*"*35) print("*"*35)
chaxun=input("请输入自己的需求:1.学生信息注册 2.查询学生信息 3.注销学生信息 4.查询班级总人数") chaxun=input("请输入自己的需求:1.学生信息注册 2.查询学生信息 3.注销学生信息 4.查询班级总人数")
...@@ -24,4 +24,5 @@ while True: ...@@ -24,4 +24,5 @@ while True:
print("注销成功!") print("注销成功!")
if chaxun=="4": if chaxun=="4":
changdu=len(xinxi) changdu=len(xinxi)
print(changdu) print(changdu)
\ No newline at end of file e
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment