[Python-ideas] Sets, Dictionaries

Julia Kim julia.hiyeon.kim at gmail.com
Thu Mar 29 11:42:01 EDT 2018


My suggestion is to change the syntax for creating an empty set and an empty dictionary as following.

an_empty_set = {}
an_empty_dictionary = {:}


Compatibility issues could be resolved with a program which takes a Python program (codes) as a text and edits it.


Sent from my iPhone


More information about the Python-ideas mailing list