Skip to content

Instantly share code, notes, and snippets.

@Manikant92
Created July 20, 2018 10:33
Show Gist options
  • Save Manikant92/b5ea0d65992f1f6d065601c630571a59 to your computer and use it in GitHub Desktop.
Save Manikant92/b5ea0d65992f1f6d065601c630571a59 to your computer and use it in GitHub Desktop.
a = 1.01
print(type(a))
#output: <class 'float'>
b = 1
print(type(b))
#output: <class 'int'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment