Technology/Multimedia Round 3

In this round the Technology and multimedia class. We learn about coding. In a language called Python, we learn deeper and deeper about this language. In this lesson we also learn about while loops, for loops, if/elif/else, and some other things in python.

While Loops

A while loop is a loop that repeats again and again if the boolean value is still true.

For Loops

In my own meaning For Loops is a loop that repeats in a number of times that we’ve set.

If/elif/else

To use if statement we need to make a variable before we make the if statement. The way we write if statement is kind of similar to how we write while loops. If statement compares the information in the variable with another information and the output will depend on what to action you put if the information is true or false.

Leave a Reply

Your email address will not be published. Required fields are marked *