Post

Python Coding
Python Coding@clcoding·
What will be the output of the following Python code? d = {"a":2, "b":4, "c":6} x = 1 for v in d.values(): x *= v print(x)
English
13
11
93
16K
Paylaş