Commit 1b4d57aa by BellCodeEditor

save project

parent 38f98f27
Showing with 2 additions and 2 deletions
...@@ -6,4 +6,4 @@ for i in range(len(sbs)): ...@@ -6,4 +6,4 @@ for i in range(len(sbs)):
sbs.insert(i-1,who) sbs.insert(i-1,who)
sbs.insert(i,power) sbs.insert(i,power)
break break
print(sbs) print(sbs[len(sbs)-6:len(sbs)])
\ No newline at end of file \ 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