You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python-playground$ python3 largest-smallest.py
Enter a number: 10
Traceback (most recent call last):
File "largest-smallest.py", line 10, in
if num >= largest:
TypeError: '>=' not supported between instances of 'float' and 'NoneType'