Skip to content

Typo Error - 1.2. Unpacking Elements from Iterables of Arbitrary Length #10

@carlosdiaz

Description

@carlosdiaz

In example of section 1.2 the first variable with name record must be replaced by user_record
`

user_record = ('Dave', 'dave@example.com', '773-555-1212', '847-555-1212')
name, email, *phone_numbers = user_record
name
'Dave'
email
'dave@example.com'
phone_numbers
['773-555-1212', '847-555-1212']
`

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