Link#Mastery15 #Mastery16 y #Mastery18 #TC1017
Conditionals are generally a way to check something. The classic “if” example is easy to understand. The syntax helps you understand it a bit. A normal if statement would look like this: if(condition): do something Let’s see an example with food because I’m hungry. My code will basically ask if the food is ready by […]
Here is the link and video to youtube to see this Mastery
Use of the conditional “if” Use of “else” with a conditional Here is the link to my video:
Use of the conditional “if” Use of “else” with a conditional
If and Else, really simple code, simple explanation.
IF. As you might know, an if statement is the one that allows the user to control if a program enters a section of code or not based on whether a given condition is true or false. One of the… Continue Reading →