Learn Python with a more hands-on experience with Programiz PRO. 🚀 Get 60% off on Programiz PRO Lifetime Plan this Black Friday-pay once for skills that last forever. Don’t miss out, it’s a limited-time offer! 👉 Grab your discount now: bit.ly/blkfriday-py-24-yt
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!
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
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
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!!
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
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 :)
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
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?"""
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
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.
Learn Python with a more hands-on experience with Programiz PRO.
🚀 Get 60% off on Programiz PRO Lifetime Plan this Black Friday-pay once for skills that last forever. Don’t miss out, it’s a limited-time offer!
👉 Grab your discount now: bit.ly/blkfriday-py-24-yt
your teaching style is so simple and clear. Understood everything.
a = 'Thank '
b =' you'
Print(a+b)
#Thank you
😊
In Print () function, p is in lowercase case nah...?
@@letstry2854 it doesn't matter i thik!!
@@letstry2854 no p in print function is lowercase is necessary
@@prathmeshborse2898 as I thought. Thank you bro for your kind response 😃
@@prathmeshborse2898 yes it does as python is a case sensitive language
Your teaching method is super impressive not so fast and also not so slow.
Exercise answer:
1. False
2. True
3. False
4. False
I love your website,its beautiful!so clear!
I cant believe this channel doesn't have more likes and subs
8:27 answer 1 false 2 true 3 false 4 false
How does 1. Is false.. I didn't get it
@@maheshgowdan2617 Because Python is not python with the small p
@@liamganci8154 tqq
Sir please make series on c, c++ , java and c# programming language
You teach really awesome 👍🏻👍🏻👍🏻
Better than any other online classes
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!
Loving Punit! You make everything so easy to understand!
The output is print(1: language==Python)
thanks..............for such a great explanation
Thank you bro, you lowkey taught me everything. Big ups man, keep it up!
اسطورتي 😭🤍🤍🤍🤍🤍🤍🤍🤍🤍
a='thanks'
b='a lot '
Print ("a+b")
Thanks a lot
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
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
The answer of the section programming task is
L false
2 true
3 false
4 false
1. False
2. True
3. False
4. False
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!!
1.True
2.True
3.False
4.False
Thankyou soo much sir u r way of explaining is too good
♥
wrong
@@priyaprasad4264 then what is the correct
@@naagieee4114 1.False
2.True
3.False
4.False
python case sensitive so capital P≠p
@@priyaprasad4264 hey thank you
excellent explanation...please give descn making controls full tutorial class..
Your explanation is very interesting
Time: 8.26
1. False
2. True
3. False
4. False
how first one is false
can i know plsss
@@strangergaming7188 python code is case(Capital letter and small letter) sensitive .( P and p is not same in case of python)
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
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 :)
Thank you so much :>
I enjoyed your video
Nice video but FYI your website links this video on the if / else page instead of the correct video.
I love this guy!
sir thanks
your python compiler is so good
A= love you
B= SIR
print = (A + B )
love you sir
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
@@pauloaalcantra1187 you are right
1.True
2.True
3.False
4.False
Really awesome teaching 👍👍
good job
pls make sure you increase your audio volume
1-False(python==Python)------#p!=P
2-True
3-False
4-False
1 True
2 True
3 Flase
4 Flase
The answer to this task is:
1. False
2. True
3. False
4. False
sir the question you give to do the first output is TRUE but in github the output is FALSE ..........
Hey Brother can you Teach dynamic Memory Allocation In C ...I know the syntax but I can't understand Deeply...
sir plsss reply,how first one in programming task will becomem false, when i tested it by coding it showed true.
Please make a ide for python offline please
When you will upload loops because I don't know
www.programiz.com/python-programming/for-loop
1 True
2 True
3 False
4 False
Please also alow us to save our code in python compiler which is on your site
i know your website from babal
Good job!
1. True
2. True
3. False
4. False
>
1. False
2. True
3. False
4. False
>
Hello! Thanks for the nice course. Very easy to understand for beginners like me. However, what does triple quotes means (''')?
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?"""
Thanks a million.
1. true
2. true
3. false
4.false
sorry the 1. is false because in the language variable the Python has capital P and in print function it has lower case p
1. False
2. True
3. False
4. False
1. False
2. True
3. False
4. False
Is the ans
1 False
2 True
3 False
4 False
Answer is
True
True
False
False
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
always python first does the job to and then only or
1. True
2. True
3. False
Traceback (most recent call last):
File "", line 7, in
NameError: name 'java' is not defined
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.
sir, i am studying 12th class.
where do i get questions to do programming
first two output are true
and last two output are false
nepali hoina
false, true, false, false 👍
sir your answer is wrong
pls see sir
True
True
False
False
False
True
False
False
1.True
2.True
3.False
4.False
1. False
2. True
3. False
4. False
1.True
2.True
3.False
4.False
1. False
2. True
3. False
4. False
1. True
2. True
3. False
4. False