From 3cf7008957e9c226ed92d41a4f1e16b0775d9c80 Mon Sep 17 00:00:00 2001 From: Harsh Patel <230170116048@vgecg.ac.in> Date: Sat, 6 Dec 2025 11:18:24 +0530 Subject: [PATCH] Update length.py --- length.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/length.py b/length.py index 257c62a4be7..af4fdee5604 100644 --- a/length.py +++ b/length.py @@ -1,5 +1,5 @@ # User inputs the string and it gets stored in variable str -str = input("Enter a string: ") +str = input("Enter a string for str leangth : ") # counter variable to count the character in a string counter = 0