Python 3 Programming Tutorial: If Else

Channel:
Subscribers:
1,400,000
Published on ● Video Link: https://www.youtube.com/watch?v=qf0sfRZ0hHc



Category:
Tutorial
Duration: 3:20
255,851 views
2,118


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 not run. If the if statement is false, then the else statement will run.

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 python programming tutorial video you are shown how to use the if-else statements together.

http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
https://twitter.com/sentdex

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6







Tags:
Python (Software)
if
else
if else
programming
tutorial
basics
python 3
python 3.3
python 3.4
python 2 and 3
python 2.7
2.7
3.3
3.4
Python (Programming Language)
Computer Programming (Conference Subject)
Conditional