Python: Lists Question What rule of thumb should you remember for lists? (Click to reveal answer) Answer Make the important rule explicit before you try to make the code clever. This heuristic prevents many beginner and mid-level Python mistakes. Connect the idea to a realistic coding decision so recall is easier when solving similar questions. Additional NotesWhat rule of thumb should you remember for lists? Track: Python Topic: Core Collections Focus: Lists Topics: Core Collections Lists Python