Skip to content

Commit 3cf7008

Browse files
Update length.py
1 parent 4492298 commit 3cf7008

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)