Traceback (most recent call last):
File “script.py”, line 43, in
best_price(2)
File “script.py”, line 35, in best_price
if ground < drone and ground < premium:
TypeError: ‘<’ not supported between instances of ‘NoneType’ and ‘NoneType’
This is error I keep receiving any thoughts?