I thought it would assign "apple" to a and "banana" to b, and maybe ignore the rest. But Python doesn’t allow that. It expects an exact match between number of variables and values. 🎯 Lesson: Python ...