Commit b621f9fb by BellCodeEditor

save project

parent 91730ec8
Showing with 3 additions and 1 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.查询班级总人数")
...@@ -25,3 +25,4 @@ while True: ...@@ -25,3 +25,4 @@ while True:
if chaxun=="4": if chaxun=="4":
changdu=len(xinxi) changdu=len(xinxi)
print(changdu) print(changdu)
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