4 - how to use if else statements in python (Python tutorial for beginners 2019)

preview_player
Показать описание


Enroll for exercises, tutorials, courses, and projects...

Enroll in Learn Python™ course

==================================================
Connect With Me!

Snapchat ► Rafeh1
Рекомендации по теме
Комментарии
Автор

i love watching your videos.. i think you are the best tech vlogger on youtube!

marinakim
Автор

I like this practical example of if else statements. It helps solidify it after I learned the theory.

BrianGlaze
Автор

I've been trying to teach my friend about coding instead of playing factorio all day. He resists it at all costs.

isaiahdaniels
Автор

Still binge watching. Plan to complete tonight and help the channel grow.

JonathanBigbarkBarclay
Автор

Qazi please talk about Graphical Percussive Cued Click point Authentication! How to implement this technique using django and python.

nouman_baloch
Автор

ok joined repl.it, it's awesome.. thank you so much!

marinakim
Автор

Did you tell us about how to make a square in the past begginer videos?? cause I don't want to miss out.

codingiseasyandrevolutiona
Автор

I m waiting to your another video and I love to do that..

deependrakumarrout
Автор

Hopefully this will help me in my CSC 243 Assignment

aaronaustrie
Автор

Hey Qazi - where are the links to copy the if and else statement as i want to practice them in repl.it.. BUT unable to locate the exact link location as you mentioned in video. Thanks

VarunSharma-pnjo
Автор

Qazi can u suggest me which laptop should I purchase for programming?
I'm having trouble with old pc

shibilibrju
Автор

can u please upload the video for make own back-end using Django?

asmmisfar
Автор

If I find an ant that weighs 0.1 pounds, I'd use my laptop to kill it. #scaredashell

hmak
Автор

Search with 'thenewboston'.. One of the best free tutorials on the planet..

afsalsb
Автор

I know the basics of Python and what not...but my problem is how to praticalize everything I know... please kindly help

sopehacks
Автор

Hii, I am watching your videos from long time. I am little bit surprised by watching your videos that we can charge 50 dollar as a begineer.

It is really possible??

Because I am from India and in india the average developer earning about $7000 to $8000 dollar per year.
And they have a experience about 2 to 3 years and more.

So if you answer my question it means a lot to me...

Thank you😊

saurabhprajapati
Автор

Read this Book How to automate the boring stuff with Python.

ChandanKr.
Автор

I wanna become a freelancer
...from India hit me some tips for initiate

murtuzamd
Автор

hello guys i'm try combine some code i learned in 1+2 episode, and it's draw nice thing, but i have no idea why it's draw it, please explain to me, thanks you


import turtle


draw = turtle.Turtle()

def square():
draw.forward(100)
draw.right(90)
draw.forward(100)
draw.right(90)
draw.forward(100)
draw.right(90)
draw.forward(100)

square()


if draw.forward(100):
square()
else:
square()

if draw.forward(100):
square()
else:
square()

if draw.forward(100):
square()
else:
square()

if draw.forward(100):
square()
else:
square()