This is my script:
def info():
print '\n'.join(commands)
The exception highlights the print '\n' part but I can't see what's wrong.
This is my script:
def info():
print '\n'.join(commands)
The exception highlights the print '\n' part but I can't see what's wrong.