Python Practice Test

โ–ถ

Python Data Structures: Dictionaries and Sets 3

Free ยท Instant Results

What is the output of `d = {}; d[('a', 'b')] = 1; print(len(d))`?
โ–ถ Start Practice Test