Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python_loop

a = int(input())
for i in range(0,a+1):
	print(i)
Source by courses.ms.wits.ac.za #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
5+8 =