hi! getting this typeError
'<' not supported between instances of 'list' and 'int'
File "C:\Users\Logan\Desktop\M5Lab2\M5Lab2dice_hist.py", line 79, in <module>
hist.render_to_file("dice_barchart.svg")
TypeError: '<' not supported between instances of 'list' and 'int'
from this line:
ist.render_to_file("dice_barchart.svg")
really not sure what's up here, it shouldn't be comparing anything.