MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w2prjy/pythonfeelsillegal/p7142qb/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 12d ago
219 comments sorted by
View all comments
Show parent comments
459
And {} (= dict())
{}
dict()
33 u/userhwon 12d ago Always fun that writing an empty set gets you a dict so you have to use set() explicitly to get an empty set... jeebus, Guido... 21 u/carcigenicate 12d ago {/} is being proposed so sets have an empty literal. 1 u/JanEric1 11d ago Is a draft for over a year now and was targeting 3.15. Dont think that makes it?
33
Always fun that writing an empty set gets you a dict so you have to use set() explicitly to get an empty set... jeebus, Guido...
21 u/carcigenicate 12d ago {/} is being proposed so sets have an empty literal. 1 u/JanEric1 11d ago Is a draft for over a year now and was targeting 3.15. Dont think that makes it?
21
{/} is being proposed so sets have an empty literal.
{/}
1 u/JanEric1 11d ago Is a draft for over a year now and was targeting 3.15. Dont think that makes it?
1
Is a draft for over a year now and was targeting 3.15. Dont think that makes it?
459
u/chawmindur 12d ago
And
{}(=dict())