Roku Interview Question

What's the difference between dictionaries and arrays in Python

Interview Answer

Anonymous

Jan 19, 2017

I just said that arrays hold a single element and dictionaries hold key-value pairs in an array-like structure

1