Suppose d = {“john”:40, “peter”:45}, the keys are __________

Loading

โœช Choose the correct option.

Suppose d = {“john”:40, “peter”:45}, the keys are __________

A. “john”, 40, 45, and “peter”
B. “john” and “peter”
C. 40 and 45
D. d = (40:”john”, 45:”peter”)

Leave a Comment