The trailing comma

suggest change

Like lists and tuples, you can include a trailing comma in your dictionary.

role = {"By day": "A typical programmer",
        "By night": "Still a typical programmer", }

PEP 8 dictates that you should leave a space between the trailing comma and the closing brace.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents