|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Hey ppl'z
i need to know how to do a four loop and the difference between a normal loop and a four loop i already know how to do a normal loop Any help is apreciated thnx |
|
#2
|
|||
|
|||
|
what exactly do you mean by four loop? do you want to loop something four time? or are you talking about a For loop?
if you want to loop something four times, you can do it several ways, including this: Code:
for x in range(4): print "hello" that will print "hello" 4 times if you want to know how to use the For loop, you can look at the above example and figure it out. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > Four loops |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|