Created
October 5, 2021 14:00
-
-
Save moulik-source/3d0be4046466b594cbf75f6cea972952 to your computer and use it in GitHub Desktop.
Python variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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