Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by 1111 ( 6 years ago )
l = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
ids = [1, 3, 6, 10]
for idx in ids:
print(idx)
l.pop(idx)
Revise this Paste
Parent: 107342
Children: 107344