# Introduction In this challenge, we'll use fruits to practice Python skills: - Data Structures: List, Dictionary. - Input and printing - Built-in functions: `float()`, `sorted()`, `sum()`. - `lambda` expression.
Click the virtual machine below to start practicing