i am using eclipse with python. i want to import a list from another module in directory (Jan23) file (3.py) list(color)
from Jan23.3 import color
gives me
SyntaxError: invalid syntax
why?
i am using eclipse with python. i want to import a list from another module in directory (Jan23) file (3.py) list(color)
from Jan23.3 import color
gives me
SyntaxError: invalid syntax
why?