24

Im learning python(it's my first real programming language) and I finally understood for loops.... yeeeey

Comments
  • 5
    Congrats, it also took me a while to understand for loops. The brick wall concept helped me much.
  • 1
    You sir are going to have a bright future
  • 0
    @CowBroRises 🙅🙆🙍🙋🙇🙅🙎🙍🙅🙍🙋🙅 idi what Im doing. Yes Im mad😂
  • 0
    Heck yeah!
  • 2
    Lol python was my first programming language too! It was about 5 years ago, so I forgot all of the syntax again :-(
  • 0
    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 }
Add Comment