Skip to content

Python lists don't have .push method #81

@Bryukh

Description

@Bryukh

The next statement works in CoCo:

ar = []
ar.push(1)

But python lists have .append method and don't have .push method.

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