Computer Science, asked by dharshini2605, 5 months ago

11. What will be the output for the code given below?
Addict = {"a":1,"b":2,"c":10,"d":20}
Temp=0
for a in Addict.values():
Temp=Temp-value
print (Temp)​

Answers

Answered by sundrajan99402
1

Answer:

00000000000000000000

Similar questions