- Data in the dictionary is enclosed in curly braces, with each pair of data separated by a colon.
- When using print and f to print data, encountering something like myname["name"] will result in an error if printed directly. Use single quotes to start and end, or change the variable here to single quotes.
- Numeric values defined in curly braces do not need curly braces when printing, use square brackets.
- Today's exercise is to create a contact card and print it in a visually appealing way. It's not difficult!