79208593

Date: 2024-11-20 18:54:53
Score: 1
Natty:
Report link

You need to format your code to make it more readable. Make sure python is running from the directory you think it is.

In your script you can simply add

import os
print(os.getcwd())

to view the actual directory you are running in. From there you can update your path as necessary.

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