I stucked with this question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I stucked with this question

What is the result of this code? fib = {1: 1, 2: 1, 3: 2, 4: 3} print(fib.get(4, 0) + fib.get(7, 5))

3rd May 2022, 8:39 AM
Ecenaz Sakkaoğlu
Ecenaz Sakkaoğlu - avatar
1 Answer