Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Last active February 17, 2019 01:13
Show Gist options
  • Save Ventsislav-Yordanov/fc21e41221640c102ac27a75da9db554 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/fc21e41221640c102ac27a75da9db554 to your computer and use it in GitHub Desktop.
print(int(6.99))
print(int("7"))
print(int("Hi"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment