File “c:\Users\86183\Desktop\python_work\alien_invasio.py”, line 22, in init
self.ship = Ship(self)
^^^^^^^^^^
File “c:\Users\86183\Desktop\python_work\alien_invasion\ship.py”, line 10, in init
self.image = pygame.image.load(‘images/ship.bmp’)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If you’re using a relative path, make sure to first change your working directory (with os.chdir) to the directory in which the relative path is based.
You aren’t embedding your uploaded screenshot properly to the post.
Try copying and pasting your traceback and/or relevant debug info into your post as text, and enclose the text in a pair of ```s for better formatting.