Skip to content

Commit b2d0630

Browse files
committed
Added line
1 parent 331a516 commit b2d0630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lab-12/occurance-remover.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
23
def occurance_remover(file_path, removal_string):
34
occurances = open(file_path, "r").read().count(removal_string)
45
# Read in the file

0 commit comments

Comments
 (0)