Hi
I am executing following commands.
True
------------working fine but for below statement it is giving syntax
error.
SyntaxError: invalid syntax
any idea what is incorrect in my syntax
I am executing following commands.
>>test = os.path.isfile( 'c:\\src\\kasjd fl.txt')
>>print test
>>print test
------------working fine but for below statement it is giving syntax
error.
>>if (os.path.isfile ('c:\\src\\kasj dfl.txt'))
any idea what is incorrect in my syntax
Comment