Python If Statements | Python Tutorial #10

preview_player
Показать описание
In this python tutorial for beginners you will learn python programming language. This is your change to kick off your career in technology. Learn python today and change your career.

In this video you will learn how to work with Python if statements

Python is a great language for beginners as its not difficult to learn. In this course I will teach you the basics of Python and at the end you will build a Python program that will ask you a series of questions in text and voice and then will generate a CV that you can use to show case your portfolio.

I am super excited to help kick start your career in tech.

Lets do this

🙊 Here are the goods for all my videos video:

► Recommended Books

Clean Code

HTTP: The Definitive Guide

Clean Architecture

► Computer and Monitor

New Apple MacBook Pro

Dell 27 INCH Ultrasharp U2719D Monitor

Double Arm Stand Desk Mount

USB C Hub Multiport Adapter

► Camera Gear

Sony ILCE7M3B Full Frame Mirrorless Camera

Sigma 16 mm F1.4 DC DN

Sigma 33B965 30 mm F1.4 DC DC

Awesome Screen Saver

IDE I use for coding
- Iterm
- VsCode
- GoLand
- IntelliJ
- Sublime

💯 You can also follow me here:

❤️ Thanks for watching

#pythontutorial #learnpython #pythonforbeginners
Рекомендации по теме
Комментарии
Автор

i am new to programming but when i use the ture or false i need to define it

mrhankey
Автор

These are super! Thanks, keep it up ! Subbed

warwickclark
Автор

i'm very happy to learn this course thank you my bro from somali jr.programmer

abdallakarim
Автор

Hey @amigoscode Why your print/output is weird? It's hard to read. Please make it better by showing a simpler output result. Not sure which Python you are using but this is not helpful for begginers at all.

markaceramos
Автор

if 5>2:


Please, complete the code block.

apondas
Автор

print (10 <= 10)
print (0 == 1)
print (18 > 5)
print ('jamila'.endswith('s'))
print ('jamila'.endswith('a'))

is_adult = True
is_teenager = False

marinayoussef
Автор

car=input(whats ur fvf car)
if car =="tesla":
print("you are gay")
else:
print("you are a man")
#just kidding calm down

mobeenal-masri