Skip to content

Book errata(on page 81) #3

@pxtalk

Description

@pxtalk

x = [1, 2, 3]
>>> y = [2, 4]
x is not y

should be:

x = [1, 2, 3]
>>> y = [2, 1]
x is not y

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions