Skip to content

Python 3 print error #3

@Paul-dH

Description

@Paul-dH

Hi!

Nice tool :) Thanks!
I do get a error at line 41, this is the print line. Python 3 complains that it should be in parentheses.

The error:

SyntaxError: Missing parentheses in call to 'print'. Did you mean print(output[:cols])?

I've tested the change below and that works:

print(output[:cols])

Regards, Paul

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions