Commit 54e84664 by BellCodeEditor

save project

parent cd9c3de5
Showing with 4 additions and 3 deletions
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# 从前啊,有三个bro,分别是:刘备、关羽、张飞... # 从前啊,有三个bro,分别是:刘备、关羽、张飞...
bro=["关羽","刘备","张飞"] bro=["关羽","刘备","张飞"]
print(bro) print(bro)
bro[0]=["关羽",160,8.5] bro[0]="关羽",160,8.5
bro[1]=["刘备",161,9.1] bro[1]="刘备",161,9.1
bro[2]=["张飞",166,8.3] bro[2]="张飞",166,8.3
for i in range(len(bro)): for i in range(len(bro)):
print(bro[i]) print(bro[i])
\ 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