Python 3 Programming Tutorial: If Statement
Channel:
Subscribers:
1,400,000
Published on ● Video Link: https://www.youtube.com/watch?v=4u2ClNCtcgY
The if statement is one of the most basic forms of logic that can be introduced into your program. The idea of the if statement is to assess whether something is the case, and, if it is, then to perform the following block of code within the statement.
Sample code for this basics series: http://pythonprogramming.net/beginner-python-programming-tutorials/
Python 3 Programming tutorial Playlist: http://www.youtube.com/watch?v=oVp1vrfL_w4&feature=share&list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M
In this tutorial you are shown how to use the if statement in python 3.3.
http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
https://twitter.com/sentdex
Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
Other Videos By sentdex
Tags:
Python (Software)
programming
tutorial
basics
python 3
python 3.3
python 3.4
python 2 and 3
python 2.7
2.7
3.3
3.4
3.3.3
if
if statement
Computer Programming (Conference Subject)
Python (Programming Language)
Conditional