buses = {101: 5, 202: 3, 123: 7, 35: 4, 770: 10} fastest_bus = min(buses, key=buses.get) print(fastest_bus)
To embed this project on your website, copy the following code and paste it into your website's HTML: