We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4492298 + 3cf7008 commit afa0ffbCopy full SHA for afa0ffb
length.py
@@ -1,5 +1,5 @@
1
# User inputs the string and it gets stored in variable str
2
-str = input("Enter a string: ")
+str = input("Enter a string for str leangth : ")
3
4
# counter variable to count the character in a string
5
counter = 0
0 commit comments