Commit 5478b63e by BellCodeEditor

save project

parent 7fe292ef
Showing with 1 additions and 1 deletions
...@@ -23,5 +23,5 @@ for i in range(2,7,2): ...@@ -23,5 +23,5 @@ for i in range(2,7,2):
print("臂力最强的是",end="") print("臂力最强的是",end="")
for i in range(len(b)): for i in range(len(b)):
print(b[i],end=" ") print(b[i],end=",")
# 打印出臂力最强的三个人和他们对应的臂力值: # 打印出臂力最强的三个人和他们对应的臂力值:
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