Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion length.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements_with_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requests==2.32.5
quo==2023.5.1
PyPDF2==3.0.1
pyserial==3.5
twilio==9.8.5
twilio==9.8.8
tabula==1.0.5
nltk==3.9.2
Pillow==12.0.0
Expand Down Expand Up @@ -84,7 +84,7 @@ gTTS==2.5.4
ccxt==4.5.22
fitz==0.0.1.dev2
fastapi==0.123.4
Django==5.2.7
Django==6.0
docx==0.2.4
matplotlib==3.10.7
pyshorteners==1.0.1
Expand Down
Loading