Python Programming - 13 | If Conditions | Python

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 23

  • @dhaneshsenthilkumar682
    @dhaneshsenthilkumar682 13 днів тому

    I will be clearly understand very useful vodeo🎉🎉🎉

  • @mohamednishath1903
    @mohamednishath1903 Рік тому +1

    vera level explaination 👍👍 Thank You And I'm a 200th Like

  • @gayathrirajendran4200
    @gayathrirajendran4200 3 роки тому +1

    Actually I was preparing for my viva so i came to learn this and it was so useful and I become clear on the topic thank you so much bro

  • @sathiyamoorthiselvavel9228
    @sathiyamoorthiselvavel9228 Рік тому

    good Explanation bro😍

  • @sufferinggamer3362
    @sufferinggamer3362 3 роки тому +1

    bro ithu enna version bro

  • @HeadshotGaming03
    @HeadshotGaming03 3 роки тому

    Bro niga coding ku use pandra software link thaaga

    • @CSinTamil
      @CSinTamil  3 роки тому +1

      Indha tutorial videos I am using onlinegdb.com
      General ah I use VS code - code.visualstudio.com/download

    • @HeadshotGaming03
      @HeadshotGaming03 3 роки тому

      @@CSinTamil thanks bro😍😍

  • @rcvlogs665
    @rcvlogs665 3 роки тому +1

    Bro beginners Ku ninga kudutha example ah thavara next epdi yosikanum nu oru idea Ila so homework Mari 1 or 2 example inime vara upcoming vedios LA description LA podunga

    • @CSinTamil
      @CSinTamil  3 роки тому +1

      Sure, I will start giving some exercises.

    • @jinsearth3431
      @jinsearth3431 3 роки тому

      super bro correct ta soninga nanum ethathe yosichan and cs in tamil bro please ore topic ku neraya problems kundunga bro tricky ya community post la podunga ella video keezha pin pani vaikanga exercise lam apppo engaluku konja useful la erukum

  • @ragulr4446
    @ragulr4446 3 роки тому

    Sama bro

  • @sanjaysvlogs3283
    @sanjaysvlogs3283 3 роки тому

    👍👍

  • @ragulr4446
    @ragulr4446 3 роки тому +1

    Advance python programing ku tha waiting

    • @CSinTamil
      @CSinTamil  3 роки тому

      I ll upload it once I complete Java in a few days. :)

  • @dhilshathbegam5747
    @dhilshathbegam5747 3 роки тому

    Bro Neenga soninga batsman true ah irukanum capitan false ah irukanum soli suppose batsman false ah irundu capitan true ah irunda elif yepidhi pudanum soli thanga bro

    • @logeshs2135
      @logeshs2135 2 роки тому

      Same bro opposite not(is_batsman) and is_captain

  • @technicaltamizhan347
    @technicaltamizhan347 3 роки тому +2

    Bro i have a doubt
    --------------------------------------------------
    is_captain = input("captain is True are false : ")
    is_batsman = input("batsman is True are Fasle : ")
    if is_captain and is_batsman:
    print("you are a batsman and also a captain")
    elif not is_captain and not is_batsman:
    print("you are not a batsman and not a capcaptain")
    elif is_captain and not is_batsman:
    print("you are a captain but not a batsman")
    else:
    print("you are not a captain but a batsman")
    --------------------------------------------------
    Pls tell your out put and what my mistake pls tell 🙏 pls ...

    • @CSinTamil
      @CSinTamil  3 роки тому

      Quick glance la program correct ah thaan theridhu.
      Neenga ena input kuduthinga, ena output expect panna maari varalanu soninga, I can help out.

    • @technicaltamizhan347
      @technicaltamizhan347 3 роки тому

      @@CSinTamil bro i waint That true or false in input method

    • @jinsearth3431
      @jinsearth3431 3 роки тому +4

      is_captain = input("captain is True or false : ")
      is_batsman = input("batsman is True or Fasle : ")
      if is_captain == "true" and is_batsman == "true":
      print("you are a batsman and also a captain")
      elif is_captain == "false" and is_batsman == "false":
      print("you are not a batsman and not a captain")
      elif is_captain == "true" and is_batsman == "false":
      print("you are a captain but not a batsman")
      else:
      print("you are not a captain but a batsman")
      bro neenga actuala input ta string ga vangi erukinga so the if case work agathu just interperter yum error solathu because antha syntax wrong ellathathu nala ungaluku output thappa than varum athunala ungaluku antha first case matum all input ku print agi eruku and video la sonathu boolean character use panierukanga
      data type boolean = true(1) and false(0)
      string = words or statement enclosed in double quotes example "food" "table"
      neenga eppa normala input write paninga atha interperter string than eduthukum so match agathu not case ku lam
      interpreter edi work agumna oru oru line na than work agum neega enter panathu string so first if case print statement le print agidum neenga entha input kuduthalum and enakum boolean la epdi input vangurathunu theriyala bro so naa string ga use pani try pana so all cases work achi

    • @rnaveen52
      @rnaveen52 Рік тому

      @@jinsearth3431 semma explanation bro
      😍😍