Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anzo52 committed Jan 2, 2024
1 parent 56d4762 commit 3bd55ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pyouthere/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@


def print_files_and_count(with_people, no_people):
print("Files with people:")
print("\n".join(with_people))
print("Files without people:")
print("\n".join(no_people))
print(f"Files with people: {len(with_people)}")
print(f"Files without people: {len(no_people)}")
print(f"Total files: {len(with_people) + len(no_people)}")
Expand Down

0 comments on commit 3bd55ca

Please sign in to comment.