I've named a module as 'sort1.2' and now when I import this module it shows a syntax error. How can I import any module if it contains '.' character in its name?
>>> import sort1.2
SyntaxError: invalid syntax
I've named a module as 'sort1.2' and now when I import this module it shows a syntax error. How can I import any module if it contains '.' character in its name?
>>> import sort1.2
SyntaxError: invalid syntax