Home
Press ? for keyboard navigation
❮
Unpacking args before passing them on
Solution: implement the my_sum function
❯
Exercise: implement the my_sum function
my_sum should be able to accept any number of values and return their sum.
my_sum() should return 0 or None. Decide yourself!
my_sum(2, 3) should return 5. etc.
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)