Skip to content

Instantly share code, notes, and snippets.

@gaganmanku96
Created February 17, 2020 15:23
Show Gist options
  • Save gaganmanku96/976312965aaadde7033007de7a7b0647 to your computer and use it in GitHub Desktop.
Save gaganmanku96/976312965aaadde7033007de7a7b0647 to your computer and use it in GitHub Desktop.
>>> var = "Hello"
>>> type(var)
<class 'str'>
>>> var = 28.1
>>> type(var)
<class 'float'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment