Commit b4a1be02 by BellCodeEditor

save project

parent 8642c860
Showing with 2 additions and 0 deletions
...@@ -5,4 +5,5 @@ for k in range(len(people)): ...@@ -5,4 +5,5 @@ for k in range(len(people)):
if k%2==1 and people[k]>=hand: if k%2==1 and people[k]>=hand:
people.insert(k-1,name) people.insert(k-1,name)
people.insert(k,hand) people.insert(k,hand)
break
print(people) print(people)
\ 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