The if-else Statement in Python

preview_player
Показать описание
Python Programming: The if-else Statement in Python
Topics discussed:
1. Introduction to if-else Statement.
2. The Short Hand if-else Statement.

Music:
Axol x Alex Skrindo - You [NCS Release]

#PythonByNeso #PythonProgramming #ifelseStatement
Рекомендации по теме
Комментарии
Автор

Sir, I am following your lectures from almost 1.5 years I hvae learned c programming through your playlist thanks to you I have acquired good graps over base I like learning from you jaspreet sir kindly can you start dynamic programming courses asap.
Thankyou for all the other videos.

mohit
Автор

Good video.All the videos in this channel is very well made!❤

greyofficial
Автор

age = 20
print("You can't vote!" if age < 18 else "You can vote!")

ЕвгенийНикифоров-щу