Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 11, 2020 11: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 amankharwal/b8f45c35cee6f6ca49adaf34778548dc to your computer and use it in GitHub Desktop.
Save amankharwal/b8f45c35cee6f6ca49adaf34778548dc to your computer and use it in GitHub Desktop.
a = input("type a number")
b = input("type another:")
a = int(a)
b = int(b)
print(a / b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment