Commit f455fe05 by BellCodeEditor

save project

parent 0606789b
Showing with 5 additions and 5 deletions
......@@ -4,10 +4,10 @@
a="刘备"
b="关羽"
c="张飞"
bro1=[161,160,166]
bro2=[9.1,8.5,8.3]
bro=[a,b,c]
bro[0]=b
bro[1]=a
bro1[161,160,166]
bro2[9.1,8.5,8.3]
for i in range(3):
print(bro+bro1+bro2)
\ No newline at end of file
for i in range(1):
print(bro)
\ 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