Commit 3f7a08b4 by BellCodeEditor

save project

parent ce4b3a36
Showing with 10 additions and 12 deletions
a=input('你叫啥名字?') c=['羽','分','好','是']
b=int(input('你臂力值多少啊? ')) c.remove('羽')
c=['高鹏超',80,'郭强',90,'董文轩',100] print(c)
for i in range(len(c)): c.append('啊')
if i%2==1 and c[i]>=b: print(c)
c.insert(i-1,a) a=c[2:]
c.insert(i,b) e=c[:2]
break print(a)
print(c[-6:]) print(e)
\ 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