This week in computer science i studied for loops and while loops in python. These allow the programmer to repeat a set of commands for as long as you want. They have an infinite number of applications and are one of the core techniques of programming. As with everything else in python, the syntax required for these loops is extremely simple, making learning them easy.
No comments:
Post a Comment