Hi,
I'm running Python 3. 6 from Windows and did the following from a DOS window:
1) py -3
2) import os
3) os.chdir("C:\Users\Pythonbook\ch5")
4) name
5) the result of (4) was main
6) import dunder {a module in directory ch5 frolm (3) above
7) name
8) the result of (7) was still main
Shouldn't it have been dunder, the name of the module I imported ?
Thanks in advance to all who reply, Dan