capitals = "Paris": "France", "Tokyo": "Japan", "New Delhi": "India" print capitals["Paris"]
result = add_two(5) print result
If your code isn't running, check these common Python quirks taught in the Code Avengers courses Index Errors : Remember that Python lists start at Data Types code avengers answers python 2
However, the true value lies in the process: debugging, reading documentation, and developing computational thinking. Once you finish the Python 2 track, I strongly encourage you to move on to a Python 3 course (Code Avengers offers one), where you’ll learn modern best practices like f-strings, pathlib, and type hints. capitals = "Paris": "France", "Tokyo": "Japan", "New Delhi":
Count down from 3 to 1.