79186814

Date: 2024-11-13 22:05:23
Score: 1
Natty:
Report link

You don't have closing parenthesis for your print statements i.e. ) => print(file_lines[first_word_index:])

If you're writing code in vscode, try using Python extension by microsoft and pylint or flake8 to give you linting errors as you write code; it'll make it a lot easier to find these sort of things.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cam Davies