Commit c41b99b2 by BellCodeEditor

save project

parent e8985f9c
Showing with 3 additions and 2 deletions
a="刘备" a="刘备"
...@@ -8,5 +8,5 @@ c1=["张飞",166,8.3] ...@@ -8,5 +8,5 @@ c1=["张飞",166,8.3]
d1=[a1,b1,c1] d1=[a1,b1,c1]
d[0]="关羽" d[0]="关羽"
d[1]="刘备" d[1]="刘备"
for i range (len(d)): for i in range (len(d)):
print(d[i]) print(d[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