Commit 72eae596 by BellCodeEditor

save project

parent 836cba06
Showing with 11 additions and 0 deletions
a="刘备"
b="关羽"
c="张飞
bro=["刘备","关羽","张飞"]
bro1=[160,161,166]
bro2=[8.5,9.1,8.3]
bro[0]="关羽"
bro[1]="刘备"
for i in range(3):
print(bro[i],bro1[i],bro2[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