Conditional constructs

If-else-if ladder

No description. (Wikipedia).

Video thumbnail

Python Programming Tutorial: For else statement

This video tutorial covers the Python For-Else syntax. The else statement is most often used with the "if" statement, though the else statement can be used with many others including the "for," "while," and even "except." Sentdex.com Facebook.com/sentdex Twitter.com/sentdex

From playlist Intermediate Python Tutorials

Video thumbnail

If-Then Statements and Converses

http://mathispower4u.wordpress.com/

From playlist Logic (If-Then Statements, Truth Tables)

Video thumbnail

If And Only If Statements

This lesson defines the meaning of an if and only if statement.

From playlist Mathematical Statements (Discrete Math)

Video thumbnail

Python Programming Tutorial: While Else

While most people tend to use the else statement only with the "if" statement, you can use it with "for," "while," and "except" as well. Sentdex.com Facebook.com/sentdex Twitter.com/sentdex

From playlist Intermediate Python Tutorials

Video thumbnail

Mathsplanations: If-Then Statements and Lying

The truth table for an If-Then statement is easy to remember if you just keep track of when you've been lied to. Here we'll explore it with a simple example. Another useful dose of Maths for everyone by Dr Sarada Herke. For more Math-y stuff, check out my other channel http://youtube.com/

From playlist Mathsplanations

Video thumbnail

Biconditional Statements | "if and only if"

A biconditional statement is one of the form "if and only if", sometimes written as "iff". The statement "p if and only if q" means "p implies q" AND "q implies p". That is, it is a conjunction of two individual conditional statements. In this video we will see how to write and interpret s

From playlist Discrete Math (Full Course: Sets, Logic, Proofs, Probability, Graph Theory, etc)

Video thumbnail

Mathsplanations: What does "iff" mean?

We discuss the idea of necessary and sufficient conditions using easy-to-grasp examples. Another useful dose of Maths for everyone by Dr Sarada Herke. For more Math-y goodness check out my Graph Theory channel http://youtube.com/drsaradaherke

From playlist Mathsplanations

Video thumbnail

Python 3 Programming Tutorial: If Else

The If-Else statement is designed to build on the if statement's logic. Here, we ask if something is the case, and, if it is we do something. Then we say otherwise, which is contingent on the previous if statement, do something else. If the previous if statement is true, then the else will

From playlist Python 3 Basics Tutorial Series

Video thumbnail

Coding Challenge #91.3: Snakes & Ladders - Part 3

In this multi-part coding challenge, I attempt to create a simulation of the classic board game Snakes & Ladders (also known as Chutes and Ladders). In this third part, I add "states" in order to animate the player's movements and help me debug. 💻Challenge: https://thecodingtrain.com/Cod

From playlist Coding Challenges

Video thumbnail

Highlight: Pitfall style game 28 - Drawing a ladder

Brooks is building a Pitfall clone called Jungle (until he finds a better name). Don't know what pitfall is? Watch this gameplay of the original game at https://www.youtube.com/watch?v=pslbO6Fddhw&t=391s. On this stream Brooks created a ladder game object and added it to the screen. ---

From playlist Pitfall clone in web assembly (Rust)

Video thumbnail

Related rates 2 | MIT 18.01SC Single Variable Calculus, Fall 2010

Related rates 2 Instructor: Joel Lewis View the complete course: http://ocw.mit.edu/18-01SCF10 License: Creative Commons BY-NC-SA More information at http://ocw.mit.edu/terms More courses at http://ocw.mit.edu

From playlist MIT 18.01SC: Homework Help for Single Variable Calculus

Video thumbnail

Go Lesson 10: Cuts, Ladders and Getas | Playing Go | N J Wildberger

We discuss several important concepts and techniques that all beginner players of Go must understand: the significance of cutting groups, the capturing technique called "a ladder", and the loose capture technique called "geta" in Japanese.

From playlist Playing Go

Video thumbnail

Python If Else Statement | Python If Else Elif Tutorial | Python Programming Tutorial | Simplilearn

🔥Artificial Intelligence Engineer Program (Discount Coupon: YTBE15): https://www.simplilearn.com/masters-in-artificial-intelligence?utm_campaign=PythonIfElseStatement-M1DLamq5zbw&utm_medium=Descriptionff&utm_source=youtube 🔥Professional Certificate Program In AI And Machine Learning: https

From playlist 🔥Python | Python Tutorial For Beginners | Python Projects | Python Interview Questions And Answers | Updated Python Playlist 2023 | Simplilearn

Video thumbnail

Solve related rates falling ladder

👉 Learn how to take the derivative of a function. Learn how to find the derivative of a function using the chain rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative of a

From playlist Solve Related Rates Problems

Video thumbnail

How to make a Jacob's Ladder

Happy Halloween!! 🎃👻 Remember ! This is high voltage and high current ( especially the Microwave Oven Transformer ) be Extremely careful, you are doing this at your own risk. So please do not get hurt/die ... Anyways, thanks for everything guys! c ya next week! :D •••••••••••••••••••••••••

From playlist High voltage

Video thumbnail

Live Stream #116.2 - Snakes & Ladders Continued + 2048

In this live stream, I finish the Snakes & Ladders Coding Challenge and start implementing the game logic for the 2048 video game. 9:30 - Continue Coding Challenge: Snakes & Ladders 56:33 - Coding Challenge: 2048 in Processing Schedule and topics: https://github.com/CodingTrain/Rainbow-C

From playlist Live Stream Archive

Video thumbnail

Gorogoa: Sudoku Experts Try It

We've had a lot of recommendations to try a game called Gorogoa - we aim to please so we're going to give it a try! (We had hoped to try Myst but Simon's motion sickness resisted when we downloaded the game and played it for 2 minutes - sorry.) https://store.steampowered.com/app/557600/Go

From playlist Gorogoa - Sudoku Style!

Video thumbnail

Learn to write a statement as a conditional statement and label it's parts

👉 Learn how to label the parts of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the conclusion is represented by q, then the conditional statement is repr

From playlist Label the parts of a Statement

Video thumbnail

Year 13/A2 Mechanics Chapter 7.4 (Applications of Forces)

In this third lesson on applications of forces we focus on modelling problems involving particles in equilibrium on rough planes. In these examples, therefore, we have to consider the effects of friction, including whether the friction is maximised or not. This lesson is meant as preparat

From playlist Year 13/A2 Mechanics

Related pages

Conditional (computer programming)