Skip to content

page 64 error (chapter 4) #8

@georgiosdoumas

Description

@georgiosdoumas

x = {}
y = x
x['key'] = 'value'
y
{'key': 'value'}
x = {}
x = {} #### This is wrong!
{'key': 'value'}

The final line should be :

y
{'key': 'value'}

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