Commit 4275c2eb by BellCodeEditor

save project

parent 2ad5fa0f
Showing with 17 additions and 2 deletions
......@@ -5,7 +5,12 @@ bros=["刘备","关羽","张飞"]
bro1=["关羽",160,8.5]
bro2=["刘备",161,9.1]
bro3=["张飞",166,8.3]
bros[0]="关羽"
[0]="关羽"
bros[1]="刘备"
bros=["刘备","张飞"]
print()
print(bros)
bros.append(SB)
print(bros)
a=["SB"]
b=["疯子","马牛逼","牛马"]
c=a[2:5]
nane="风扇"
power=999999999999999999
h=["欧陆",998654321,"孙然",99993213131,"玉昆",9999999999998,"王东",987654321098776653543211]
for i in range(len(hero)):
if i%2==1 and hero[i]>=power:
hero.insert(i-1,nane)
hero.insert(i,power)
break
print(h)
\ 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