Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute Python Online

# Define a procedure, print_numbers, that takes
# as input a positive whole number, and prints 
# out all the whole numbers from 1 to the input
# number.

# Make sure your procedure prints "upwards", so
# from 1 up to the input number.

                  
   



#print_numbers(3)
#>>> 1
#>>> 2
#>>> 3

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.