Commit 04ebb76f by BellCodeEditor

save project

parent 74285cf4
Showing with 9 additions and 4 deletions
...@@ -3,7 +3,12 @@ ...@@ -3,7 +3,12 @@
# a.append("3") # a.append("3")
# a.insert(3,"4") # a.insert(3,"4")
# print(a) # print(a)
w=['1','2','3','4'] h=input("名字")
q=['0'] j=input("臂力")
print(w[0:3]) w=['1',56,'2',67,'3',98,'4',300]
print(q) for i in range(len(w)):
if 1%2==1 and hero[i]>=j
w.insert(i-1,name)
w.insert(i,h)
print(w)
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