Find and write the output of following python code
d={"john":40,"peter":45} print(list(d values()))
Answers
Answered by
0
print(list(d.values())) = [40,45]
Similar questions
Hindi,
5 months ago
Social Sciences,
5 months ago
Hindi,
5 months ago
Physics,
10 months ago
Social Sciences,
10 months ago
Math,
1 year ago
English,
1 year ago