Skip to content
Open
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
1 change: 1 addition & 0 deletions strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@
print(str1.lstrip()) #strips all leading whitespace
print(number_string.isdigit()) #returns true if all digits
print(str1.replace('cookie', 'face', 1)) #terrifying
print(len(str1)) #length of string