Question: #In the previous coding problem, you created a function #called hide _ and _ seek that printed the numbers from 1 to 1 0 .

#In the previous coding problem, you created a function
#called hide_and_seek that printed the numbers from 1 to 10.
#Now, however, we want to extend that. What if we want to
#count to 20?30?
#
#Modify your previous function so that it takes as input one
#parameter: count. Then, instead of printing the numbers from
#1 to 10, it should print the numbers from 1 to the value of
#count. Then, end with "Ready or not, here I come!"
#Write your function here!
#The function call below will test your function. We'll delete
#and overwrite this with other calls to hide_and_seek with
#different numbers during grading:
hide_and_seek(36)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!