Skip to content

TDD Hashtag table - TypeError in 01_define_a_custom_hashtable_class #253

@EmersonSchindex

Description

@EmersonSchindex

source: hashtable.py in 01_define_a_custom_hashtable_class

Describe the bug
running the test throws an error for line self.values = capacity * [None]
TypeError: cant multiply sequence by non-int of type ' NoneType'

That's a pity, because I really like this TDD cource!

Running on Windows 10 with python version 3.7.3

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