crypto = {'BTC': 40000, 'ETH': 2500, 'SOL': 80} sorted_items = sorted(crypto.items(), key=lambda x: x[1], reverse=True) print(sorted_items)
To embed this project on your website, copy the following code and paste it into your website's HTML: