Why does import call give 'no module named ... found'?

37 Views Asked by At

writing code for assignment, game like Scrabble and for some reason the output says 'No modules named ps4a found'.

from ps4a import *

I checked and I have a python file named ps4a in the same folder as the one I'm coding in.

0

There are 0 best solutions below