Skip to content

Commit afa0ffb

Browse files
Merge pull request #3076 from PatelHarsh1605/master
Update length.py
2 parents 4492298 + 3cf7008 commit afa0ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

length.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# User inputs the string and it gets stored in variable str
2-
str = input("Enter a string: ")
2+
str = input("Enter a string for str leangth : ")
33

44
# counter variable to count the character in a string
55
counter = 0

0 commit comments

Comments
 (0)