Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Congrats, it also took me a while to understand for loops. The brick wall concept helped me much.
-
Conrad7537yLol python was my first programming language too! It was about 5 years ago, so I forgot all of the syntax again :-(
-
In python for is something different, it's forEach.
In other languages for is:
for (variable initialization; condition; do something after code is invoked) { code }
Related Rants
Im learning python(it's my first real programming language) and I finally understood for loops.... yeeeey
rant
fuck yeah
python