3. Class 12 Computer Science Python for Boards | Revision of Class 11th

preview_player
Показать описание
Notes and Important Links of this lecture 👇
Рекомендации по теме
Комментарии
Автор

I think along with aman bhaiya we should also thank to the person who's delivering these lectures....he deserves the appreciations too

harshparashar
Автор

The most nice thing in this video is practice time!!!
This video is really helpful..👍👍

sanjaypaliwal
Автор

Wow, its good to know that folks are learning python now in 11th Grade. Back in early 2000s, programming languages were introduced in First year of engineering and everyone learnt C when most of us should have been learning Java. So glad the curriculum is updated now!

explorecalifornialife
Автор

tomorrow is my 12th boards examinations and I am watching all videos today !! well its all helpful.
anyone else one day before examinations ??

shambhavilalsrivastava
Автор

25:48 (10, 8) should also be the output and then the loop will terminate since n becomes 10 when n=9 is inside the loop.

FursatkelamheG
Автор

18:38 : print(r'E:\NewFolder...') will also work.
r"<any_string>" signify a raw (r) string

spuckhafte
Автор

21:21 actually the 3rd statement print(whatsup) there is no commas for string so it gives an error even afterr correcting indentation

AbduRahimShaikh
Автор

Thank you bhiya was waiting for this since the start of Nov!

yaseenmoinuddin
Автор

28:06 actually there is one more error...
After the else statement there is no need to put any condition, becoz that block will be executed at the end anyways

tashadurrahman
Автор

Aman Dhattarwal is working hard for us
But don't forget about the person who is teaching
He also deserves some appreciation


AMAN BAHI
TUSI GREAT HO

asifahmedshaik
Автор

Harsh bhai 24:02 m, print(m, s) hoga. Fellow mates plzz note that.

reckybrio
Автор

19:53 in Q.3 all the commands will work except d.int("12.5") and the error will be ValueError: invalid literal for int() with base 10: '12.5'

blackie
Автор

THANKS for this new level of content. Eagerly waiting for this 😀

AditiSharma-kgrk
Автор

Thank you soo much sir bcoz of u I've cleared my basics of 11th and these courses are helping me in 12th.. 🙏

harphoollamba
Автор

THIS WAS DAMN AMAZING 👏
in fact for a student like me for whom this subject is a complete disaster.... you make it so easy..
Thank you so so much 💗 🙏

suchishah
Автор

sir, at 18:55 we do not need to put the double slash as it will take the entire line as a string..you can try and check it if you want

rudy
Автор

Sir at 19:35 q3 the first option is not shoeing any error in python rather it is giving the output 12.0. So the ans will be only option d

pranavsuresh
Автор

Bhaiya hw check krlo

a = int(input("enter time in seconds"))
m = a//60
s = a%60
print("the time is", m, "minutes", s, "seconds")

dr.bhartiyadav
Автор

20:41 float('12') will not produce any error as float is capable of double conversion implicitly..

theavidreaderzone
Автор

Q1 23:47
t=int(input("Enter time in seconds to convert:"))
print(t//60, 'minutes', t%60, 'seconds')

sakunchoudhary