Zadania 1-4
This commit is contained in:
parent
7a8ad949bc
commit
55f63e629d
@ -1,6 +1,4 @@
|
|||||||
def findDate(filename):
|
def findDate(filename):
|
||||||
target = "pies"
|
|
||||||
target_length = len(target)
|
|
||||||
|
|
||||||
with open(filename, 'r', encoding="utf-8") as file:
|
with open(filename, 'r', encoding="utf-8") as file:
|
||||||
line_number = 1
|
line_number = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user