im new to python and programming, i am reading a book and im learning about modules, but when i try to import my module, a python error says " ModuleNotFoundError: No module named 'transaction' " The module is a txt file named transaction.py, it is in my python main folder and im trying to import it this way:
from transaction import *
just as the book says to do, but it wont work in my code
what am i missing!!?
question from:https://stackoverflow.com/questions/65835629/problems-importing-a-python-module