Intellipaat 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 to answer this question.

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...