Skip to content

Instantly share code, notes, and snippets.

@airatkh
Created February 2, 2019 07:13
Show Gist options
  • Save airatkh/90645a1fc298f3a66379656cab4f1277 to your computer and use it in GitHub Desktop.
Save airatkh/90645a1fc298f3a66379656cab4f1277 to your computer and use it in GitHub Desktop.
test_arr = list(range(50))
for i in test_arr:
test_arr.remove(i)
print(test_arr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment