Checkpoint 6.10.1.
Create the function,
countup_str(start)
, to return a string with the numbers from 1
to end
. For example, countup_str(5)
would return "12345"
.