Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Python by (160 points)
edited by
Could someone tell me how to write a new recursive function countup that expects a negative argument and counts “up” from that number. Output from running the function should look something like this:  >>> countup(-3) -3 -2 -1 Blastoff!

Please log in or register to answer this question.

Browse Categories

...