🔥 Learn Python with a more hands-on experience with Programiz PRO-interactive lessons, quizzes & challenges. Try Programiz PRO: bit.ly/right-python
@Dreamer_072 жыл бұрын
your teaching style is so simple and clear. Understood everything.
@prathmeshborse28984 жыл бұрын
a = 'Thank ' b =' you' Print(a+b) #Thank you 😊
@letstry28544 жыл бұрын
In Print () function, p is in lowercase case nah...?
@prathmeshborse28984 жыл бұрын
@@letstry2854 it doesn't matter i thik!!
@prathmeshborse28984 жыл бұрын
@@letstry2854 no p in print function is lowercase is necessary
@letstry28544 жыл бұрын
@@prathmeshborse2898 as I thought. Thank you bro for your kind response 😃
@lastonline26143 жыл бұрын
@@prathmeshborse2898 yes it does as python is a case sensitive language
@Farhan_22199 ай бұрын
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-ih5ig3 жыл бұрын
I cant believe this channel doesn't have more likes and subs
@merfu.uighur59964 жыл бұрын
I love your website,its beautiful!so clear!
@kushal-shaw-pvt4 жыл бұрын
8:27 answer 1 false 2 true 3 false 4 false
@maheshgowdan26174 жыл бұрын
How does 1. Is false.. I didn't get it
@liamganci81544 жыл бұрын
@@maheshgowdan2617 Because Python is not python with the small p
@ntejaswi77083 жыл бұрын
@@liamganci8154 tqq
@roopant89993 жыл бұрын
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!
@tanishkamane23633 жыл бұрын
Sir please make series on c, c++ , java and c# programming language You teach really awesome 👍🏻👍🏻👍🏻
@jademalynn3 жыл бұрын
Loving Punit! You make everything so easy to understand!
@jai7326 Жыл бұрын
Thank you bro, you lowkey taught me everything. Big ups man, keep it up!
@harikrishanankurup89563 жыл бұрын
Better than any other online classes
@mohammedsaifali80104 жыл бұрын
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
@naagieee41142 жыл бұрын
1.True 2.True 3.False 4.False Thankyou soo much sir u r way of explaining is too good ♥
@priyaprasad42642 жыл бұрын
wrong
@naagieee41142 жыл бұрын
@@priyaprasad4264 then what is the correct
@priyaprasad42642 жыл бұрын
@@naagieee4114 1.False 2.True 3.False 4.False
@priyaprasad42642 жыл бұрын
python case sensitive so capital P≠p
@naagieee41142 жыл бұрын
@@priyaprasad4264 hey thank you
@-A-VikasBalaga2 жыл бұрын
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!!
@divyaahirkar91833 жыл бұрын
thanks..............for such a great explanation
@juliamath7411 Жыл бұрын
اسطورتي 😭🤍🤍🤍🤍🤍🤍🤍🤍🤍
@strangergaming71882 жыл бұрын
sir plsss reply,how first one in programming task will becomem false, when i tested it by coding it showed true.
@khemtiwari50783 жыл бұрын
sir the question you give to do the first output is TRUE but in github the output is FALSE ..........
@varshivssiri87983 жыл бұрын
a='thanks' b='a lot ' Print ("a+b") Thanks a lot
@pauloaalcantra11873 жыл бұрын
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-ej8qw11 ай бұрын
The output is print(1: language==Python)
@Fritzie3453 жыл бұрын
Nice video but FYI your website links this video on the if / else page instead of the correct video.
@chwathiii3812 жыл бұрын
excellent explanation...please give descn making controls full tutorial class..
@jeriarios67184 жыл бұрын
Thank you so much :> I enjoyed your video
@sciencesconnectus70013 жыл бұрын
Your explanation is very interesting
@oyevicuu3 жыл бұрын
sir thanks your python compiler is so good A= love you B= SIR print = (A + B ) love you sir
@pauloaalcantra11873 жыл бұрын
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
@randominfo80643 жыл бұрын
@@pauloaalcantra1187 you are right
@almaan.72024 жыл бұрын
When you will upload loops because I don't know
@Slink14 жыл бұрын
www.programiz.com/python-programming/for-loop
@aswingiduturi22213 жыл бұрын
Really awesome teaching 👍👍
@gotetilakshman67703 жыл бұрын
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
@anandshankarm7773 жыл бұрын
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 :)
@harish00004 жыл бұрын
Please also alow us to save our code in python compiler which is on your site
@kushal-shaw-pvt4 жыл бұрын
Please make a ide for python offline please
@gineecorp38034 жыл бұрын
The answer of the section programming task is L false 2 true 3 false 4 false
@BrokeCanadian4 жыл бұрын
1. False 2. True 3. False 4. False
@birajbiswas22 жыл бұрын
Time: 8.26 1. False 2. True 3. False 4. False
@strangergaming71882 жыл бұрын
how first one is false can i know plsss
@birajbiswas22 жыл бұрын
@@strangergaming7188 python code is case(Capital letter and small letter) sensitive .( P and p is not same in case of python)
@wilsonpereira81994 жыл бұрын
pls make sure you increase your audio volume
@tarabelbase81204 жыл бұрын
Hey Brother can you Teach dynamic Memory Allocation In C ...I know the syntax but I can't understand Deeply...
@saifurrehman67564 жыл бұрын
Hello! Thanks for the nice course. Very easy to understand for beginners like me. However, what does triple quotes means (''')?
@programizstudios4 жыл бұрын
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?"""
@saifurrehman67564 жыл бұрын
Thanks a million.
@sergitorresbueno89082 жыл бұрын
I love this guy!
@pasanmadhubhashana98934 жыл бұрын
good job
@prasannapabba9143 жыл бұрын
1.True 2.True 3.False 4.False
@ppirsjsh5053 жыл бұрын
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
@gamingnoobie17003 жыл бұрын
always python first does the job to and then only or
@preetisinghchundawat45483 жыл бұрын
1 True 2 True 3 False 4 False
@manjunathansakthivel49222 жыл бұрын
1 True 2 True 3 Flase 4 Flase
@srynolwl34054 жыл бұрын
i know your website from babal Good job!
@jafecc5 ай бұрын
The answer to this task is: 1. False 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
@sreepavansai56613 жыл бұрын
sir, i am studying 12th class. where do i get questions to do programming
@kanarajitha5739 Жыл бұрын
Answer is True True False False
@Legend-gu8uz4 жыл бұрын
1. True 2. True 3. False Traceback (most recent call last): File "", line 7, in NameError: name 'java' is not defined
@BrokeCanadian4 жыл бұрын
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.
@arslanadrees56263 жыл бұрын
first two output are true and last two output are false