On Tue, Jun 4, 2013 at 9:53 PM, Carlos Nepomuceno
<carlosnepomuc...@outlook.com> wrote:
> Are there any benefits from using dict() instead of {}?

Not for what you're doing, but you can use dict() with an iterable.
Most of the time, use the literal.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to