Computer Science, asked by surya574prakash, 2 months ago

what will be the output of the code given bellow addict= {"a":1,"b":2,"c":10,"d":20}
temp=0
for a in addict values():
Temp=Temp+ value
print(temp(​

Answers

Answered by nishantsharma50609
1

Answer:

...................................................

Similar questions