Commit 4cc206d3 by BellCodeEditor

save project

parent ee33a1b7
Showing with 11 additions and 0 deletions
...@@ -15,3 +15,13 @@ else: ...@@ -15,3 +15,13 @@ else:
print("your wroung retype your name please and thank you") print("your wroung retype your name please and thank you")
# 查询并打印出输入的名字对应的所有科目的成绩 # 查询并打印出输入的名字对应的所有科目的成绩
while True:
print("whats your name, exit press q")
name = inpur("name:")
print("*" * 30)
elif name == "q"
break
else:
print("wrong go away")
print("*" * 30)
print(over)
\ 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