Zadania 1-4

This commit is contained in:
Wojtek 2023-10-29 22:05:37 +01:00
parent 7a8ad949bc
commit 55f63e629d
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
def findDate(filename):
target = "pies"
target_length = len(target)
with open(filename, 'r', encoding="utf-8") as file:
line_number = 1