Skip to content

print format issue #3

@clyra

Description

@clyra

Hi,

Thanks for you script. Very useful. But be aware that the using print(f'{variable}') only works for python versions >= 3.6. To be compatible with previous python3 versions you should use print('{} {}'.format(variable1, variable2))

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