Skip to content

Instantly share code, notes, and snippets.

@ysnerdem
Last active January 17, 2018 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ysnerdem/6695d37c8243f4dbe7a7aa16c088fc44 to your computer and use it in GitHub Desktop.
Save ysnerdem/6695d37c8243f4dbe7a7aa16c088fc44 to your computer and use it in GitHub Desktop.
lst = ["345","sadas","324a","14","kemal"]
for i in lst:
try:
i = int(i)
print(i)
except:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment