Python coding challenge

Creating dictionaries

āœØ Your Task

Define an dictionary named person with the following attributes: šŸ‘‰ name: Peter šŸ‘‰ age: 33

āœļø Python Python 3
šŸ‘‰ Press "Run" and check the result below.
Test cases
Person's name should be Peter
Person's age should be 33

Want to try another challenge?

Python Fundamentals
A set of coding problems that cover the basic syntax and features of the programming language.