Skip to content

Instantly share code, notes, and snippets.

@Yunkou
Created August 30, 2017 18:58
Show Gist options
  • Save Yunkou/273c46f0a84f03c15a7368c15644509e to your computer and use it in GitHub Desktop.
Save Yunkou/273c46f0a84f03c15a7368c15644509e to your computer and use it in GitHub Desktop.
print('Converting')
try:
print(int('x'))
except:
print('Converting failed!')
else:
print('Converting successful!')
finally:
print('done')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment