Commit 4d66a8df by BellCodeEditor

save project

parent 8a2d08a0
Showing with 3 additions and 0 deletions
......@@ -7,3 +7,5 @@ bro3="张飞"
bros=["刘备","关羽","张飞"]
bros[0]="关羽"
bros[1]=="刘备"
for i in range(len(bros)):
print(bros[i],end=" ")
\ 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