Python Professional — Hard
Key points
- **d is used to unpack a dictionary into keyword arguments
- *d is used to unpack a list or tuple into positional arguments
- Incorrect options involve incorrect syntax for dictionary unpacking
Ready to go further?
Related questions
