The if-else Statement in Python

Sdílet
Vložit
  • čas přidán 23. 08. 2024
  • Python Programming: The if-else Statement in Python
    Topics discussed:
    1. Introduction to if-else Statement.
    2. The Short Hand if-else Statement.
    Python Programming Playlist: • Python Programming
    Follow Neso Academy on Instagram: @nesoacademy (bit.ly/2XP63OE)
    Contribute: www.nesoacadem...
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacadem...
    Website ► www.nesoacadem...
    Forum ► forum.nesoacad...
    Facebook ► goo.gl/Nt0PmB
    Twitter ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #PythonByNeso #PythonProgramming #ifelseStatement

Komentáře • 8

  • @mohit6807
    @mohit6807 Před 11 měsíci +5

    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.

  • @greyofficial1
    @greyofficial1 Před 7 měsíci +2

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

  • @wordslink2623
    @wordslink2623 Před 11 měsíci +1

    Great sir please carry on ❤

  • @shivamchakrawarti8262
    @shivamchakrawarti8262 Před 11 měsíci +1

    Thanks sir❤❤❤

  • @VictoryUwaoma
    @VictoryUwaoma Před 2 měsíci

    Nice video ❤

  • @sunking2518
    @sunking2518 Před 4 měsíci

    Thanks 🙏

  • @user-zt7bo1vx5u
    @user-zt7bo1vx5u Před 14 dny

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

  • @sardarzain1066
    @sardarzain1066 Před 11 měsíci +1

    First one