Skip to content

配列を入れた変数からの代入は参照か、値か? #23

@taisukef

Description

@taisukef
a = [3, 5]
b = a
b[0] = 10
print b
print a # same or not?

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