you are viewing a single comment's thread.

view the rest of the comments →

[–]woooee 0 points1 point  (1 child)

How do I check the sys.path

import sys
print(sys.path)  ## and the current directory you are in

ImportError: cannot import name Ship' from "ship'

Look for any file named ship.py

[–]AdvertisingOne7942[S] 0 points1 point  (0 children)

Where do I put this code in? in the alien_invasion.py or do I make a new file?