bill = [1000, 2000, 5000]
bill.sort(reverse=True)

print(bill)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: