Python Booleans (Comparison & Logical Operators) #6

  Рет қаралды 63,074

Programiz

Programiz

Күн бұрын

Пікірлер: 96
@programizstudios
@programizstudios 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 жыл бұрын
your teaching style is so simple and clear. Understood everything.
@prathmeshborse2898
@prathmeshborse2898 4 жыл бұрын
a = 'Thank ' b =' you' Print(a+b) #Thank you 😊
@letstry2854
@letstry2854 4 жыл бұрын
In Print () function, p is in lowercase case nah...?
@prathmeshborse2898
@prathmeshborse2898 4 жыл бұрын
@@letstry2854 it doesn't matter i thik!!
@prathmeshborse2898
@prathmeshborse2898 4 жыл бұрын
@@letstry2854 no p in print function is lowercase is necessary
@letstry2854
@letstry2854 4 жыл бұрын
@@prathmeshborse2898 as I thought. Thank you bro for your kind response 😃
@lastonline2614
@lastonline2614 3 жыл бұрын
@@prathmeshborse2898 yes it does as python is a case sensitive language
@Farhan_2219
@Farhan_2219 9 ай бұрын
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 жыл бұрын
I cant believe this channel doesn't have more likes and subs
@merfu.uighur5996
@merfu.uighur5996 4 жыл бұрын
I love your website,its beautiful!so clear!
@kushal-shaw-pvt
@kushal-shaw-pvt 4 жыл бұрын
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 жыл бұрын
@@maheshgowdan2617 Because Python is not python with the small p
@ntejaswi7708
@ntejaswi7708 3 жыл бұрын
@@liamganci8154 tqq
@roopant8999
@roopant8999 3 жыл бұрын
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 жыл бұрын
Sir please make series on c, c++ , java and c# programming language You teach really awesome 👍🏻👍🏻👍🏻
@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!
@harikrishanankurup8956
@harikrishanankurup8956 3 жыл бұрын
Better than any other online classes
@mohammedsaifali8010
@mohammedsaifali8010 4 жыл бұрын
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 ♥
@priyaprasad4264
@priyaprasad4264 2 жыл бұрын
wrong
@naagieee4114
@naagieee4114 2 жыл бұрын
@@priyaprasad4264 then what is the correct
@priyaprasad4264
@priyaprasad4264 2 жыл бұрын
@@naagieee4114 1.False 2.True 3.False 4.False
@priyaprasad4264
@priyaprasad4264 2 жыл бұрын
python case sensitive so capital P≠p
@naagieee4114
@naagieee4114 2 жыл бұрын
@@priyaprasad4264 hey thank you
@-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!!
@divyaahirkar9183
@divyaahirkar9183 3 жыл бұрын
thanks..............for such a great explanation
@juliamath7411
@juliamath7411 Жыл бұрын
اسطورتي 😭🤍🤍🤍🤍🤍🤍🤍🤍🤍
@strangergaming7188
@strangergaming7188 2 жыл бұрын
sir plsss reply,how first one in programming task will becomem false, when i tested it by coding it showed true.
@khemtiwari5078
@khemtiwari5078 3 жыл бұрын
sir the question you give to do the first output is TRUE but in github the output is FALSE ..........
@varshivssiri8798
@varshivssiri8798 3 жыл бұрын
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
@AliKazmi-ej8qw
@AliKazmi-ej8qw 11 ай бұрын
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.
@chwathiii381
@chwathiii381 2 жыл бұрын
excellent explanation...please give descn making controls full tutorial class..
@jeriarios6718
@jeriarios6718 4 жыл бұрын
Thank you so much :> I enjoyed your video
@sciencesconnectus7001
@sciencesconnectus7001 3 жыл бұрын
Your explanation is very interesting
@oyevicuu
@oyevicuu 3 жыл бұрын
sir thanks your python compiler is so good A= love you B= SIR print = (A + B ) love you sir
@pauloaalcantra1187
@pauloaalcantra1187 3 жыл бұрын
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
@almaan.7202
@almaan.7202 4 жыл бұрын
When you will upload loops because I don't know
@Slink1
@Slink1 4 жыл бұрын
www.programiz.com/python-programming/for-loop
@aswingiduturi2221
@aswingiduturi2221 3 жыл бұрын
Really awesome teaching 👍👍
@gotetilakshman6770
@gotetilakshman6770 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 жыл бұрын
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 :)
@harish0000
@harish0000 4 жыл бұрын
Please also alow us to save our code in python compiler which is on your site
@kushal-shaw-pvt
@kushal-shaw-pvt 4 жыл бұрын
Please make a ide for python offline please
@gineecorp3803
@gineecorp3803 4 жыл бұрын
The answer of the section programming task is L false 2 true 3 false 4 false
@BrokeCanadian
@BrokeCanadian 4 жыл бұрын
1. False 2. True 3. False 4. False
@birajbiswas2
@birajbiswas2 2 жыл бұрын
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)
@wilsonpereira8199
@wilsonpereira8199 4 жыл бұрын
pls make sure you increase your audio volume
@tarabelbase8120
@tarabelbase8120 4 жыл бұрын
Hey Brother can you Teach dynamic Memory Allocation In C ...I know the syntax but I can't understand Deeply...
@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 жыл бұрын
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 жыл бұрын
Thanks a million.
@sergitorresbueno8908
@sergitorresbueno8908 2 жыл бұрын
I love this guy!
@pasanmadhubhashana9893
@pasanmadhubhashana9893 4 жыл бұрын
good job
@prasannapabba914
@prasannapabba914 3 жыл бұрын
1.True 2.True 3.False 4.False
@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
@preetisinghchundawat4548
@preetisinghchundawat4548 3 жыл бұрын
1 True 2 True 3 False 4 False
@manjunathansakthivel4922
@manjunathansakthivel4922 2 жыл бұрын
1 True 2 True 3 Flase 4 Flase
@srynolwl3405
@srynolwl3405 4 жыл бұрын
i know your website from babal Good job!
@jafecc
@jafecc 5 ай бұрын
The answer to this task is: 1. False 2. True 3. False 4. False
@sureshvarthya2250
@sureshvarthya2250 2 жыл бұрын
1-False(python==Python)------#p!=P 2-True 3-False 4-False
@KISHOREKS-m3t
@KISHOREKS-m3t Жыл бұрын
1. True 2. True 3. False 4. False >
@KISHOREKS-m3t
@KISHOREKS-m3t Жыл бұрын
1. False 2. True 3. False 4. False >
@eraiadhavan_onlineclass8560
@eraiadhavan_onlineclass8560 4 жыл бұрын
1. False 2. True 3. False 4. False Is the ans
@lastonline2614
@lastonline2614 3 жыл бұрын
1. False 2. True 3. False 4. False
@lakshanj.kumara7648
@lakshanj.kumara7648 Жыл бұрын
1 False 2 True 3 False 4 False
@Project.i
@Project.i 9 ай бұрын
1. true 2. true 3. false 4.false
@Project.i
@Project.i 9 ай бұрын
sorry the 1. is false because in the language variable the Python has capital P and in print function it has lower case p
@sreepavansai5661
@sreepavansai5661 3 жыл бұрын
sir, i am studying 12th class. where do i get questions to do programming
@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 4 жыл бұрын
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 👍
@kittygaming4393
@kittygaming4393 3 жыл бұрын
True True False False
@ASITGOYAL_COMMONMAN
@ASITGOYAL_COMMONMAN 2 жыл бұрын
sir your answer is wrong
@ASITGOYAL_COMMONMAN
@ASITGOYAL_COMMONMAN 2 жыл бұрын
pls see sir
@srynolwl3405
@srynolwl3405 4 жыл бұрын
nepali hoina
@ntejaswi7708
@ntejaswi7708 3 жыл бұрын
False True False False
@GL-Broz
@GL-Broz 3 жыл бұрын
1.True 2.True 3.False 4.False
@majidalich2947
@majidalich2947 3 жыл бұрын
1. False 2. True 3. False 4. False
@aritradey7189
@aritradey7189 2 жыл бұрын
1.True 2.True 3.False 4.False
@theonlymaster9374
@theonlymaster9374 3 жыл бұрын
1. False 2. True 3. False 4. False
@soumyadeepghosh4428
@soumyadeepghosh4428 2 жыл бұрын
1. True 2. True 3. False 4. False
Python if...else Conditionals (for Decision Making) # 7
11:28
Programiz
Рет қаралды 134 М.
Operators in Python #5
12:00
Programiz
Рет қаралды 104 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 360 М.
Python Functions (The Only Guide You'll Need) #12
16:57
Programiz
Рет қаралды 624 М.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 89 М.
Using Boolean in Python (Python Tutorial #11)
8:14
CS Dojo
Рет қаралды 308 М.
Logical Operators in Python
15:12
Neso Academy
Рет қаралды 38 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 266 М.
Lists & Tuples in Python (How to Use Them Effectively?) #15
19:29
Lecture 1: Introduction to CS and Programming Using Python
1:03:30
MIT OpenCourseWare
Рет қаралды 1 МЛН
Python Inheritance (Make Your Code Modular!) #22
14:52
Programiz
Рет қаралды 58 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН