Open gmorain opened 5 years ago
In all the if / elif cases after line 170 (for z in sorted_by_norm:), the print closing parenthesis comes too early, disabling the .format() to apply to the string object
if
elif
for z in sorted_by_norm:
In all the
if
/elif
cases after line 170 (for z in sorted_by_norm:
), the print closing parenthesis comes too early, disabling the .format() to apply to the string object