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