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
3rd May 2022, 12:00 PM
Jayakrishna 🇼🇳