Skip to content

Example in Ch18 In[21,22,26] is wrong. #78

Description

@alchemistcai

In[21]:

counter = Counter('banana')

In[22]:

t = (1, 1, 1, 2, 2, 3)
counter = Counter(t)

In [26]:

counter2 = Counter('bans')
counter + counter2

According to the context, counter should be assigned as Counter('banana') again to make this example reasonable.

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