Bapi

12%
Flag icon
➊ print("Here is the original list:")    print(cars) ➋ print("\nHere is the sorted list:")    print(sorted(cars)) ➌ print("\nHere is the original list again:")    print(cars)
Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Rate this book
Clear rating