0

Pls people what is the first step to write a program in python

A program that can actually count from 1-200

30th Apr 2018, 8:00 AM
Cosmas
6 Respuestas
+ 6
Here: for a in range(1, 201): print (a)
30th Apr 2018, 8:05 AM
Harsh
Harsh - avatar
+ 2
Thanks people
30th Apr 2018, 8:29 AM
Cosmas
+ 1
That can count what? Or do you just want to output numbers 1 through 200?
30th Apr 2018, 8:02 AM
cyk
cyk - avatar
+ 1
learn python. here for example
30th Apr 2018, 8:21 AM
VcC
VcC - avatar
0
Count from 1 down to 200 and stop bt itself
30th Apr 2018, 8:04 AM
Cosmas
0
The best way to go about it is to take the Python course!
30th Apr 2018, 9:59 AM
Milan Gregorc
Milan Gregorc - avatar