this is more than likely a duplicate question, however all my searches were unsuccessful in helping me. Anyways, I would like to sort this list from the largest number to the smallest number, yet it consistently prints None. Thanks in advance for the help!
list = ['1008', '1033', '1080', '3107', '3589', '574', '703', '704', '712', '731', '810', '857', '862', '909', '927', '980']
print(list.sort()) # Prints None