Learn Python CONDITIONAL EXPRESSIONS in 5 minutes! ❓

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • conditional expression = A one-line shortcut for the if-else statement (ternary operator)
    Print or assign one of two values based on a condition
    X if condition else Y

КОМЕНТАРІ • 34

  • @BroCodez
    @BroCodez  4 місяці тому +9

    # conditional expression = A one-line shortcut for the if-else statement (ternary operator)
    # Print or assign one of two values based on a condition
    # X if condition else Y
    num = 5
    a = 6
    b = 7
    age = 13
    temperature = 20
    user_role = "guest"
    print("Positive" if num > 0 else "Negative")
    result = "EVEN" if num % 2 == 0 else "ODD"
    max_num = a if a > b else b
    min_num = a if a < b else b
    status = "Adult" if age >= 18 else "Child"
    weather = "HOT" if temperature > 20 else "COLD"
    access_level = "Full Access" if user_role == "admin" else "Limited Access"

    • @mohameddeeq-l2s
      @mohameddeeq-l2s 4 місяці тому

      hey bro i like you explanation can you plz create networking course for us

  • @assassinr6745
    @assassinr6745 4 місяці тому +11

    Best Channel with best teaching style

  • @maishasunny4562
    @maishasunny4562 4 місяці тому

    Best for me good trainer, i really learn Python & so many things from your channel....From Bangladesh 🇧🇩❤️

  • @StudyMaryada
    @StudyMaryada 4 місяці тому +6

    It's best channel to learn to code thanks maan ❤

  • @wardaalrifa3405
    @wardaalrifa3405 4 місяці тому

    I have been watching his videos for 1 month, and I absolutely love it

  • @ratulmitra347
    @ratulmitra347 4 місяці тому

    Thanks... I applied if else like you taught:
    age = int(input("Enter your age: ")
    print("Toddler" if age = 4 and age = 13 and age = 20 and age = 36 and age

  • @pauljnr2470
    @pauljnr2470 2 місяці тому

    I love your lessons Bro. Thanks!!!
    user = input("User Status "
    "
    1. Admin: "
    "
    2. Moderator: "
    "
    3. Guest: "
    "
    Input your status (1/2/3): ")
    access = "Full Access: You are in!" if user == "1" else (
    "Limited Access: Good luck!" if user == "2" else ("Access Denied" if user == "3" else "Wrong Input"))
    print(access)

  • @Futballr420
    @Futballr420 3 місяці тому

    Thank you. Once you started using words instead of numbers it finally clicked into my head .

  • @A7GoXD
    @A7GoXD 4 місяці тому

    Thanks for teaching me python
    tommorrow is my last python test :D

  • @hxmza420
    @hxmza420 4 місяці тому

    hey bro i rlly like ur vids i always watch them if im confused with something
    but bro how to get a colour scheme of a terminal just like urs??
    edit: i just watched ur 12 hours python video and u gave a tut for ur colour scheme and font tysm bro!

  • @LoginBoi
    @LoginBoi 4 місяці тому

    Bro your the best at teaching!

  • @Levitate.1590
    @Levitate.1590 4 місяці тому

    Can you code on a laptop? Like what specs do you need?

  • @talhakhan9904
    @talhakhan9904 3 місяці тому

    Thanks ❤

  • @krishnakireeti5021
    @krishnakireeti5021 4 місяці тому

    Brooooo i need you to make tutorial on kotlin

  • @ratulmitra347
    @ratulmitra347 4 місяці тому

    Thank u so much for this...

  • @joncaldwell4753
    @joncaldwell4753 3 місяці тому

    Hey bro

  • @Zero-Dev64
    @Zero-Dev64 4 місяці тому +2

    Hello bro mind ❤ my comment ?

  • @Knight_with_gun
    @Knight_with_gun 4 місяці тому +4

    im binge watching your Python tutorial playlist and i love it. You are the best teacher ive ever seen.
    Thanks for making this for free

  • @frontendmechanix
    @frontendmechanix 2 місяці тому +1

    I am a Junior Developer and work extensively with Django. Your Python videos are absolutely phenomenal . I am currently going through all of them and they are helping me get better clarity about many concepts. Kudos to you!

  • @CodingDevelopers
    @CodingDevelopers 4 місяці тому

    Bro a channel with 1M subs only getting 70 views? Bro you are underrated

  • @iron_blood7
    @iron_blood7 4 місяці тому

    Bro, upload swift programming language if you know. 👍

  • @mintz347
    @mintz347 4 місяці тому

    can you please do spring boot series all aboput java fullstack?

  • @KabirSingh-xe3gf
    @KabirSingh-xe3gf 4 місяці тому

    good channel but not pulling views?

  • @ProfShibe
    @ProfShibe 4 місяці тому

    Fill me with your code bro

  • @NokiaGrinderss
    @NokiaGrinderss Місяць тому

    vsauce music plays

  • @Sav2Swindle
    @Sav2Swindle 3 місяці тому

    pls do type hinting

  • @FireszCh
    @FireszCh 4 місяці тому

    15th comment

  • @II-er7gj
    @II-er7gj 4 місяці тому

    Bro, - your tuts are awesome!!!!!!! I love it so clear you made it and all understandable and so simple!!! Do you have any paid version of python courses where you go deep down the rabbit hole and gets higher difficulty in python? Or all you make are free courses? Thank you so much!

  • @bizualemtesfa6882
    @bizualemtesfa6882 4 місяці тому

    I love your teaching method
    Can you please teach us android app development?

  • @albertojesusalvaradogarza1009
    @albertojesusalvaradogarza1009 4 місяці тому

    you are THE gigachad, man, not only teach others to program, but getting money to the hospital, you're the best!

  • @MuhammadYusuf-nz5nj
    @MuhammadYusuf-nz5nj 4 місяці тому

    your c# course is so good btw

  • @moatasemmm5812
    @moatasemmm5812 4 місяці тому

    BRO IS SUPER UNDERRATED