Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Single-element tuples are printed incorrectly #12

@taion

Description

@taion

In:

a = 1,

Out:

a = 1

The trailing comma is necessary for single-element tuples in Python, with out without the parens (i.e. (1,), not (1)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions