Skip to content

Commit fb1d8bd

Browse files
committed
Update
1 parent 22dd72d commit fb1d8bd

File tree

6 files changed

+168
-71
lines changed

6 files changed

+168
-71
lines changed

.idea/workspace.xml

Lines changed: 99 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2_Variables/4_StringMethods.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
count = delta.count(another_substring, 2, 34) # count after first 'a' and before the 34th position 'a'
3939
print("The count for another_substring is:=", count)
4040

41+
print("\n") # adds new lines
42+
4143
# find() method
4244
# find() returns an integer value.
4345
# If substring exists inside the string, it returns the "index of first occurance" of the substring.

0 commit comments

Comments
 (0)