Python Booleans (Comparison & Logical Operators) #6

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 96

  • @programizstudios
    @programizstudios  2 года назад +2

    🔥 Learn Python with a more hands-on experience with Programiz PRO-interactive lessons, quizzes & challenges.
    Try Programiz PRO: bit.ly/right-python

  • @Dreamer_07
    @Dreamer_07 2 года назад +10

    your teaching style is so simple and clear. Understood everything.

  • @prathmeshborse2898
    @prathmeshborse2898 4 года назад +38

    a = 'Thank '
    b =' you'
    Print(a+b)
    #Thank you
    😊

    • @letstry2854
      @letstry2854 4 года назад +5

      In Print () function, p is in lowercase case nah...?

    • @prathmeshborse2898
      @prathmeshborse2898 4 года назад

      @@letstry2854 it doesn't matter i thik!!

    • @prathmeshborse2898
      @prathmeshborse2898 4 года назад +4

      @@letstry2854 no p in print function is lowercase is necessary

    • @letstry2854
      @letstry2854 4 года назад +1

      @@prathmeshborse2898 as I thought. Thank you bro for your kind response 😃

    • @lastonline2614
      @lastonline2614 3 года назад +2

      @@prathmeshborse2898 yes it does as python is a case sensitive language

  • @Farhan_2219
    @Farhan_2219 8 месяцев назад

    Your teaching method is super impressive not so fast and also not so slow.
    Exercise answer:
    1. False
    2. True
    3. False
    4. False

  • @Andre-ih5ig
    @Andre-ih5ig 3 года назад +1

    I cant believe this channel doesn't have more likes and subs

  • @kushal-shaw-pvt
    @kushal-shaw-pvt 4 года назад +6

    8:27 answer 1 false 2 true 3 false 4 false

    • @maheshgowdan2617
      @maheshgowdan2617 4 года назад

      How does 1. Is false.. I didn't get it

    • @liamganci8154
      @liamganci8154 4 года назад +4

      @@maheshgowdan2617 Because Python is not python with the small p

    • @ntejaswi7708
      @ntejaswi7708 3 года назад

      @@liamganci8154 tqq

  • @merfu.uighur5996
    @merfu.uighur5996 4 года назад +12

    I love your website,its beautiful!so clear!

  • @roopant8999
    @roopant8999 3 года назад +4

    hi bro, how are you? The way you are teaching is easy to understand and extremely good. I got more interest in python by watching your videos. Thanks for posting videos!

  • @tanishkamane2363
    @tanishkamane2363 3 года назад +5

    Sir please make series on c, c++ , java and c# programming language
    You teach really awesome 👍🏻👍🏻👍🏻

  • @harikrishanankurup8956
    @harikrishanankurup8956 3 года назад

    Better than any other online classes

  • @juliamath7411
    @juliamath7411 11 месяцев назад

    اسطورتي 😭🤍🤍🤍🤍🤍🤍🤍🤍🤍

  • @varshivssiri8798
    @varshivssiri8798 3 года назад +1

    a='thanks'
    b='a lot '
    Print ("a+b")
    Thanks a lot

    • @pauloaalcantra1187
      @pauloaalcantra1187 3 года назад

      The output would be:
      a+b
      If it is desired to get 'Thanks a lot', so the code should be:
      a = 'Thanks'
      b = ' a lot' #(note: it must be put a space before 'a' of 'a lot')
      print(a + b) #(note: it is desired the content of sum, so it has to be written without quotes)
      My best regards,
      and to keep studying

  • @gotetilakshman6770
    @gotetilakshman6770 3 года назад +3

    1. python == python
    2.True
    3.False
    4.False(age is >= 18 is True ,but language is not equal to java because we use and operator)You said that and takes two values as an True when both are True,if any one is False that statement becomes False

    • @anandshankarm777
      @anandshankarm777 3 года назад +5

      1. is "False"
      Because python is case sensitive .
      In language the letter "P" is in upper case
      But in print function the letter "p" is lower case.
      So they both can't be equal .
      Happy Learning n Have a good day :)

  • @mohammedsaifali8010
    @mohammedsaifali8010 4 года назад +3

    when will you upload the c programming language tutorial
    and which is perfect book to learn c programming language for beginners
    and i appreciate the hard work of your team #programiz

  • @naagieee4114
    @naagieee4114 2 года назад

    1.True
    2.True
    3.False
    4.False
    Thankyou soo much sir u r way of explaining is too good

  • @jademalynn
    @jademalynn 3 года назад

    Loving Punit! You make everything so easy to understand!

  • @jai7326
    @jai7326 Год назад

    Thank you bro, you lowkey taught me everything. Big ups man, keep it up!

  • @divyaahirkar9183
    @divyaahirkar9183 3 года назад +2

    thanks..............for such a great explanation

  • @-A-VikasBalaga
    @-A-VikasBalaga 2 года назад

    Some times the online python compiler is not working properly,it is showing incorrect results,so after refreshing the page it works properly,So please make sure to rectify it, Thanks for the videos!!

  • @oyevicuu
    @oyevicuu 3 года назад +1

    sir thanks
    your python compiler is so good
    A= love you
    B= SIR
    print = (A + B )
    love you sir

    • @pauloaalcantra1187
      @pauloaalcantra1187 3 года назад +1

      When it comes about strings, the quotes are required.
      The code should be:
      A= 'love you'
      B= 'SIR'
      print = (A + ' ' + B)
      My best regards
      to keep learning

    • @randominfo8064
      @randominfo8064 3 года назад

      @@pauloaalcantra1187 you are right

  • @sciencesconnectus7001
    @sciencesconnectus7001 3 года назад

    Your explanation is very interesting

  • @birajbiswas2
    @birajbiswas2 2 года назад +1

    Time: 8.26
    1. False
    2. True
    3. False
    4. False

    • @strangergaming7188
      @strangergaming7188 2 года назад

      how first one is false
      can i know plsss

    • @birajbiswas2
      @birajbiswas2 2 года назад

      @@strangergaming7188 python code is case(Capital letter and small letter) sensitive .( P and p is not same in case of python)

  • @AliKazmi-ej8qw
    @AliKazmi-ej8qw 10 месяцев назад

    The output is print(1: language==Python)

  • @Fritzie345
    @Fritzie345 3 года назад

    Nice video but FYI your website links this video on the if / else page instead of the correct video.

  • @strangergaming7188
    @strangergaming7188 2 года назад

    sir plsss reply,how first one in programming task will becomem false, when i tested it by coding it showed true.

  • @chwathiii381
    @chwathiii381 2 года назад

    excellent explanation...please give descn making controls full tutorial class..

  • @preetisinghchundawat4548
    @preetisinghchundawat4548 3 года назад +2

    1 True
    2 True
    3 False
    4 False

  • @gineecorp3803
    @gineecorp3803 4 года назад +5

    The answer of the section programming task is
    L false
    2 true
    3 false
    4 false

    • @BrokeCanadian
      @BrokeCanadian 3 года назад +3

      1. False
      2. True
      3. False
      4. False

  • @almaan.7202
    @almaan.7202 4 года назад +2

    When you will upload loops because I don't know

    • @Slink1
      @Slink1 4 года назад

      www.programiz.com/python-programming/for-loop

  • @khemtiwari5078
    @khemtiwari5078 3 года назад

    sir the question you give to do the first output is TRUE but in github the output is FALSE ..........

  • @jeriarios6718
    @jeriarios6718 4 года назад +2

    Thank you so much :>
    I enjoyed your video

  • @aswingiduturi2221
    @aswingiduturi2221 3 года назад

    Really awesome teaching 👍👍

  • @prasannapabba914
    @prasannapabba914 3 года назад +1

    1.True
    2.True
    3.False
    4.False

  • @kushal-shaw-pvt
    @kushal-shaw-pvt 4 года назад +1

    Please make a ide for python offline please

  • @harish0000
    @harish0000 4 года назад

    Please also alow us to save our code in python compiler which is on your site

  • @wilsonpereira8199
    @wilsonpereira8199 4 года назад

    pls make sure you increase your audio volume

  • @sureshvarthya2250
    @sureshvarthya2250 2 года назад

    1-False(python==Python)------#p!=P
    2-True
    3-False
    4-False

  • @saifurrehman6756
    @saifurrehman6756 4 года назад

    Hello! Thanks for the nice course. Very easy to understand for beginners like me. However, what does triple quotes means (''')?

    • @programizstudios
      @programizstudios  4 года назад +7

      Triple single quotes and triple quote quotes are also used for creating strings. For example,
      str1 = """Hey there!"""
      They are usually used for creating multiline strings.
      str2 = """Hey there!
      How are you doing?"""

    • @saifurrehman6756
      @saifurrehman6756 4 года назад +1

      Thanks a million.

  • @tarabelbase8120
    @tarabelbase8120 4 года назад

    Hey Brother can you Teach dynamic Memory Allocation In C ...I know the syntax but I can't understand Deeply...

  • @lakshanj.kumara7648
    @lakshanj.kumara7648 Год назад +1

    1 False
    2 True
    3 False
    4 False

  • @manjunathansakthivel4922
    @manjunathansakthivel4922 2 года назад

    1 True
    2 True
    3 Flase
    4 Flase

  • @jafecc
    @jafecc 4 месяца назад

    The answer to this task is:
    1. False
    2. True
    3. False
    4. False

  • @pasanmadhubhashana9893
    @pasanmadhubhashana9893 4 года назад +1

    good job

  • @KISHOREKS-m3t
    @KISHOREKS-m3t Год назад

    1. True
    2. True
    3. False
    4. False
    >

  • @srynolwl3405
    @srynolwl3405 4 года назад

    i know your website from babal
    Good job!

  • @sergitorresbueno8908
    @sergitorresbueno8908 2 года назад

    I love this guy!

  • @lastonline2614
    @lastonline2614 3 года назад

    1. False
    2. True
    3. False
    4. False

  • @eraiadhavan_onlineclass8560
    @eraiadhavan_onlineclass8560 3 года назад

    1. False
    2. True
    3. False
    4. False
    Is the ans

  • @ppirsjsh505
    @ppirsjsh505 3 года назад

    thank you so much for your tutorial.
    may I ask something, Sir
    if I would like to write
    a or (b and c), is it valid to put on parantheses? or we need another method?
    thanks in advance

    • @gamingnoobie1700
      @gamingnoobie1700 3 года назад

      always python first does the job to and then only or

  • @Project.i
    @Project.i 8 месяцев назад

    1. true
    2. true
    3. false
    4.false

    • @Project.i
      @Project.i 8 месяцев назад

      sorry the 1. is false because in the language variable the Python has capital P and in print function it has lower case p

  • @kanarajitha5739
    @kanarajitha5739 Год назад

    Answer is
    True
    True
    False
    False

  • @Legend-gu8uz
    @Legend-gu8uz 4 года назад

    1. True
    2. True
    3. False
    Traceback (most recent call last):
    File "", line 7, in
    NameError: name 'java' is not defined

    • @BrokeCanadian
      @BrokeCanadian 3 года назад

      You wrote: *language == Java)*
      You should have written: *language == "Java")*
      Java is a string, so it should always be written in quotation marks or you will get an error message.

  • @arslanadrees5626
    @arslanadrees5626 3 года назад

    first two output are true
    and last two output are false

  • @chetanpawar4243
    @chetanpawar4243 3 года назад

    false, true, false, false 👍

  • @sreepavansai5661
    @sreepavansai5661 3 года назад

    sir, i am studying 12th class.
    where do i get questions to do programming

  • @kittygaming4393
    @kittygaming4393 2 года назад

    True
    True
    False
    False

  • @ASITGOYAL_COMMONMAN
    @ASITGOYAL_COMMONMAN 2 года назад

    sir your answer is wrong

  • @srynolwl3405
    @srynolwl3405 4 года назад

    nepali hoina

  • @ntejaswi7708
    @ntejaswi7708 3 года назад

    False
    True
    False
    False

  • @GL-Broz
    @GL-Broz 3 года назад +2

    1.True
    2.True
    3.False
    4.False

  • @majidalich2947
    @majidalich2947 2 года назад +1

    1. False
    2. True
    3. False
    4. False

  • @aritradey7189
    @aritradey7189 2 года назад

    1.True
    2.True
    3.False
    4.False

  • @theonlymaster9374
    @theonlymaster9374 2 года назад

    1. False
    2. True
    3. False
    4. False

  • @soumyadeepghosh4428
    @soumyadeepghosh4428 2 года назад

    1. True
    2. True
    3. False
    4. False