Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created October 5, 2021 14:23
Show Gist options
  • Save moulik-source/2108fc93a8a4f6937e5b8598f9c16efd to your computer and use it in GitHub Desktop.
Save moulik-source/2108fc93a8a4f6937e5b8598f9c16efd to your computer and use it in GitHub Desktop.
variable example
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