Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Quadrisheriff/50c724143ccb60bf2ee6850702b7df16 to your computer and use it in GitHub Desktop.

Select an option

Save Quadrisheriff/50c724143ccb60bf2ee6850702b7df16 to your computer and use it in GitHub Desktop.
my_name = "sugar"
num = 20
new_num = 2.6
print(my_name)
print(num)
print(new_num)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment