proper eof handling

This commit is contained in:
bronku 2025-11-25 13:05:01 +01:00
parent 6a66b63680
commit 1c21aede4b
8 changed files with 9 additions and 8 deletions

View file

@ -2,4 +2,4 @@ def function_name():
if condition:
return value
for item in list:
print(item)
print(item)