We're a place where coders share, stay up-to-date and grow their careers.
BTW: the example is wrong. {'i': 7, 'n': 15} should be {'i': 7, 'n': 10} - there is no 15 in the input.
{'i': 7, 'n': 15}
{'i': 7, 'n': 10}
15
BTW: the example is wrong.
{'i': 7, 'n': 15}
should be{'i': 7, 'n': 10}
- there is no15
in the input.