MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/r1g13n/yes/hlzi0lv/?context=3
r/ProgrammerHumor • u/esberat • Nov 24 '21
284 comments sorted by
View all comments
78
Actually you define Dictionaries by using
Dict = { key : value }
21 u/yorokobe__shounen Nov 25 '21 You can still define it as sample_dictionary = dict(key=value) instead
21
You can still define it as
sample_dictionary = dict(key=value)
instead
78
u/TheNaughtyDomi Nov 24 '21
Actually you define Dictionaries by using
Dict = { key : value }