Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created October 5, 2021 14:00
Show Gist options
  • Save moulik-source/3d0be4046466b594cbf75f6cea972952 to your computer and use it in GitHub Desktop.
Save moulik-source/3d0be4046466b594cbf75f6cea972952 to your computer and use it in GitHub Desktop.
Python variables
name = input("What is your name: ")
length = len(name)
print(length)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment