Lozbinator
Programmer
Hi All,
Can anybody suggest why the following line of code:
myfile = open('folders2.txt', 'r')
might create this error:
Name Error: global name 'open' is not defined
Thanks!
Can anybody suggest why the following line of code:
myfile = open('folders2.txt', 'r')
might create this error:
Name Error: global name 'open' is not defined
Thanks!