Commit 4d66a8df by BellCodeEditor

save project

parent 8a2d08a0
Showing with 4 additions and 2 deletions
...@@ -6,4 +6,6 @@ bro2="刘备" ...@@ -6,4 +6,6 @@ bro2="刘备"
bro3="张飞" bro3="张飞"
bros=["刘备","关羽","张飞"] bros=["刘备","关羽","张飞"]
bros[0]="关羽" bros[0]="关羽"
bros[1]=="刘备" bros[1]=="刘备"
\ No newline at end of file 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