Closed Woutifier closed 7 years ago
Currently the Hop class returns an integer when str is called. This causes an error if Hop is printed:
TypeError: __str__ returned non-string (type int)
Gasp! Who would do that???
Sorry about that :-)
Currently the Hop class returns an integer when str is called. This causes an error if Hop is printed: