Computer Science, asked by kiranbaskar1143, 6 hours ago

s=0
d={"cat" : 12, "dog" : 6, "elephant": 23 , "bear " : 20} for a in d:
if len(a) > 3: s = s + d[a]
print(s)

Answers

Answered by jaswanthkumar991
0

Answer:

20

Explanation:

the answer is 20 checked

Similar questions