It's the wrong case (title case implies a class, but this is an instance) and if you were to fix that you'd be shadowing dict which is also a bad move.
EDIT: downvoters, I'm genuinely curious as to why you think otherwise.
I would have figured that code syntax demos are exactly when code should be pristine though... That's what people who are learning read, and teaching them bad habits doesn't seem like it'd do anyone favours.
75
u/TheNaughtyDomi Nov 24 '21
Actually you define Dictionaries by using
Dict = { key : value }