Thanks Harry Bhai. Your UA-cam channel is best for anyone to learn coding. I had learn Python, C, C++, Java from your channel. And looking forward to learn many more things. Thank you once again for all this excellent free courses.
@@shruts_thegirl if you think you can learn quickly and dont need to go in detail to much this video is best but if you think you need deep explanation go to this channel playlist and there is a python for abssoulute beginner watch that thats also best.
@@hasni0079 puri playlist padi hai 120 videos ki code with harry channel par. Inka hi hai. Jaake dekh lo pura python a to z aa jayega. Bhaut se projects, quiz and problem with answer bhi hai . voh dekh liya toh sab aa jayega. Ye video toh sirf revision ke liye hai like 3 - 4 months baad coding kar rhe ho toh ye video dekhkar sab vapis yaad aa jata hai . haa vaise playlist badi hai complete karne mai 3 - 4 months lag sakte hai . meri second programming language thi toh mereko 2 months lge the.
@@hasni0079 bro javascript ke liye bhi code with harry channel par jao aur playlist section mai jao 60 ya 70 video ki playlist banayi hai jismai full java sikhaya hai. One video ka bhi video hai. Aur sirf java hi nbi python, c and web development, Android development sab ke liye alag alag playlist hai. Jo chaho sikh sakte ho. Ekdum acche se explain kiya hai har topic . bas dyaan se dekho aur time do . jald baazi mat karna.
00:43:18 '' String->Float->Int Typcasting ''' a="31" print(a," is ",type(a)) ## Converting into Float b=float(a) print(b," is ",type(b)) ## Converting into Int c=int(b) print(c," is ",type(c)) ''' OUTPUT 31 is 31.0 is 31 is '''
Ur way of teaching is fabulous. I'm Literally became ur fan. Here is ur quiz result:- Exponential Operator: It's used to raise power to the right Example:- print(4**2) Result- 16 ----------------------------------------------------- Floor Division Operator (//): It's a normal division method except that it returns either less than or equal to the normal division result by rounding it off. Example:- print(36//5) normal result- 7.2 python floor division Operator result- 7 ------------------------------------------------------ Modulo Operator (%): It's used to get the remainder of a division problem. Example:- print(5%2) Result- 1
harry bhai you are really op yaar.........other websites me python sikhane ke liye paise maang rahe hai aur thik se explain bhi nahi kar rahe hai par aap bhina paise liye hi itna accha explain kar rahe ho.... tq bhai......
44:07 # 1. Typecasting Question and Answer # Create a three variables, int str float, int to float and str conversion, str to float and int conversion, int to str and float conversion a = 45 a = int(a) a = float(a) print(type(a)) b = "340" b = float(b) b = int(b) print(type(b)) c = 78.0 c = str(c) c = float(c) print(type(c)) # 2. Typecasting Question and Answer # Create a String to int and float conversion. d = "48" d = int(a) d = float(a)
aapka bahut bahut dhanyawad...bahut time kei jagah paid course par barbaad kiya lekin finally ab sahi platform mila..paid course se jayda valuable course hai..thanks a lot sir
Just learning coding / programming / IT for fun. Code with Harry is the best UA-cam channel for freshers and experienced professionals. This teacher is BEST and have passion for teaching , without expecting from learners. Rarest human being, I only can say. God bless him.
python="45" python=int(python) python=float(python) Therefore, through this, we can convert a string variable to an integer and a float variable respectively. Answer to the question asked at 44:00
Anamika Roy Gurgaon Wanna confess this is the first tym i did watch the complete coding video with practice . I must say you are intellectualy amazing. Looking forward to watch the complete python course soon. Great work Sir!
Same bro, I am also 12 and I am an ethical hacker and C# Developer and Now, I am learning python to easily make bots and apps with it to get a job in future easily
The way you teach is just amazing!! You can grab anyone's attention and nobody will ever be bored with your teaching. I have gone through many python tutorial but your tutorial is great.keep growing
Name = "Aman" Age = "20" percentage = "80" #(Type casting/ Type converstion ) Age = int(20) print(type(Age)) percentage = float(80+7) print(percentage) # in original form if you run this then this will definitely work copy and paste this source code ctrl+c and ctrl+v
Kon h wo🤷♀️🤷♀️🤷♀️ kaha se ate h wo jisne is video ko dislike kia🤷🤔🤔🤔🤔🤔🤔🤔🤔🤯🤯🤯🤯🤯🤯i mean just look at d quality of teaching itna to tum waha b nhi sikh skte jaha hazaro rs kharcha krke classes lagate ho😭 U r damn good sir aapki teaching is just wow👌👌👌😍😍😍😍😍shabd nhi mere paaas tarif k....
kuyu ki isne tho bas commads bataye hai syntax ni kis chez ko kaha lagana hai vo tho nahi bataya aur title me python full course hahah muje chutiya bana diya
a="394" b=int(a) c=float(a) print("The integer value is",type(b),b, "The floating value is",type(c),c)... Thanku so much bhaiya ❤️...for all of ur efforts for us......😃❤️
I WAS EXPECTING TOO MUCH.. BUT STILL 1HR 45 MINS ME ISSE JYADA PYTHON NI HO SKTA.. AND IN BETWEEN VSCODE TRICKS AND 1-2 CHROME TRICKS.. NICE.. IT WAS A REVISION FOR ME BUT STILL NICE VIDEO #KEEPITUP
a = 22 # a is an integer variable b = "33" # b is a string variable c = 44.0 # c is a float variable a = str(a) print(a) a = float(a) print(a) b = float(b) print(b) b = int(b) print(b) c = int(c) print(c) c = str(c) print(c) OUTPUT:- 22 22.0 33.0 33 44 44
These are all lists and their work : Method Description append() Adds an element at the end of the list clear() Removes all the elements from the list copy() Returns a copy of the list count() Returns the number of elements with the specified value extend() Add the elements of a list (or any iterable), to the end of the current list index() Returns the index of the first element with the specified value insert() Adds an element at the specified position pop() Removes the element at the specified position remove() Removes the first item with the specified value reverse() Reverses the order of the list sort() Sorts the list
HARRY you are genius my age is 10 and you have made me a coder i can code c , c++, python , java script and many more from you i wish i could become a software devoloper thanks . your student ameya
Hi Harry..! After i searched for python and found your video i found it Really applaudable.👏👏! Your tutorials are very lucid and illustrative. Gud job. Can you Share links related to pandas scipy numpy and scikit..other data analytics related libraries tutorial.?
Want to work on live data science project that too free of any cost, so here is the chance join ua-cam.com/video/xyq-zYr1cnI/v-deo.html and enjoy the free live session this 17 May 2020 Sunday 11:00 AM IST.
After creating three variables a,b and c- a = 15 b = 50.98 c = "Mahika" Typs casting cannot be done on string to int or float. Rest the other data types can be converted to respective data types by type casting Regards Thank you
Hello Harry bhaia, I am from Bangladesh. You are really a genius. You are helping me a lot. If I need something to learn. At first, I come to your channel at first to get the tutorial. Thanks a lot.
Thanks Harry Bhai. Your UA-cam channel is best for anyone to learn coding. I had learn Python, C, C++, Java from your channel. And looking forward to learn many more things.
Thank you once again for all this excellent free courses.
Hunter ba
by
Watched for 45 minutes and already liked it a lot and the way you are explaining is very relaxing and entertaining . Thanks for your time .
?@
Attention at online classes:0.001%
Attention at CodeWithHarry:99.999%
You made my lockdown man
Thanks
Guys, I need your support..plz subscribe
Bhai op hai
@@techbbas is way of explaining is the best
Zeshan Pakistan Fisalbad city
Ok
what I haven't learned in my 4 years Bachelor's you taught me in just 90 mins..❤ Thank You ❤
@@shruts_thegirl if you think you can learn quickly and dont need to go in detail to much this video is best but if you think you need deep explanation go to this channel playlist and there is a python for abssoulute beginner watch that thats also best.
python sikha rahein hai , police maregi jungali janwar hai. aur python gussa ho gaya jaan ke laale pad jayenge.
alhamdulillah
@@naifuzzamanchisty5385 jay siya ram
Allahamdullila bro
Anyone else who is watching this video not for exams but for love for coding❤❤❤❤❤❤❤❤
Me. I m from commerce field but want to learn computer language
I
yeah i am zoologist but want to learn it
Yep
Me.just wanted to learn that python Lang...I heard it is the father of all languages....
These words "starting se lekar end tk shikhaunga .. guaranteed!!"
Make my confidence 😁😁
Yar ek video ma ap kesy full.language sikh sakty hi
@@hasni0079 aap video dekhiye khud smj jaayenge
@@hasni0079 puri playlist padi hai 120 videos ki code with harry channel par. Inka hi hai. Jaake dekh lo pura python a to z aa jayega. Bhaut se projects, quiz and problem with answer bhi hai . voh dekh liya toh sab aa jayega. Ye video toh sirf revision ke liye hai like 3 - 4 months baad coding kar rhe ho toh ye video dekhkar sab vapis yaad aa jata hai . haa vaise playlist badi hai complete karne mai 3 - 4 months lag sakte hai . meri second programming language thi toh mereko 2 months lge the.
@@himanshuatri8198 bro mainy javascript ko chaye full videos plz help
@@hasni0079 bro javascript ke liye bhi code with harry channel par jao aur playlist section mai jao 60 ya 70 video ki playlist banayi hai jismai full java sikhaya hai. One video ka bhi video hai. Aur sirf java hi nbi python, c and web development, Android development sab ke liye alag alag playlist hai. Jo chaho sikh sakte ho. Ekdum acche se explain kiya hai har topic . bas dyaan se dekho aur time do . jald baazi mat karna.
High quality channel for learning programing. 9.9 out of 10 stars bhai, thanks ⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐
00:43:18
'' String->Float->Int Typcasting '''
a="31"
print(a," is ",type(a))
## Converting into Float
b=float(a)
print(b," is ",type(b))
## Converting into Int
c=int(b)
print(c," is ",type(c))
'''
OUTPUT
31 is
31.0 is
31 is
'''
❤
Dislikers are that Whitehatjr wale..."Chintu"😂🤣
😂😂😂😂😂
🤣🤣🤣😂🤣🤣🤣🤣🤣😂😂😂😂😂😂😂😄😄😄😭😭😭🤠
but now their whitehatjr app is gone
Ok, I am also "white hat jr wala" but not disliker.
🤣🤣🤣🤣🤣🤣
Ur way of teaching is fabulous. I'm Literally became ur fan.
Here is ur quiz result:-
Exponential Operator:
It's used to raise power to the right
Example:-
print(4**2)
Result- 16
-----------------------------------------------------
Floor Division Operator (//):
It's a normal division method except that it returns either less than or equal to the normal division result by rounding it off.
Example:-
print(36//5)
normal result- 7.2
python floor division Operator result- 7
------------------------------------------------------
Modulo Operator (%):
It's used to get the remainder of a division problem.
Example:-
print(5%2)
Result- 1
Best Computer Science channel in youtube👌👌👌
harry bhai you are really op yaar.........other websites me python sikhane ke liye paise maang rahe hai aur thik se explain bhi nahi kar rahe hai par aap bhina paise liye hi itna accha explain kar rahe ho.... tq bhai......
e=("56")
e=int(56)
print(e+36)
92
e=(8)
e=float(8)
print(e/2.0)
4.0
who else is watching this during lockdown to learn python
Me
Me
I
Me
Me
44:07
# 1. Typecasting Question and Answer
# Create a three variables, int str float, int to float and str conversion, str to float and int conversion, int to str and float conversion
a = 45
a = int(a)
a = float(a)
print(type(a))
b = "340"
b = float(b)
b = int(b)
print(type(b))
c = 78.0
c = str(c)
c = float(c)
print(type(c))
# 2. Typecasting Question and Answer
# Create a String to int and float conversion.
d = "48"
d = int(a)
d = float(a)
aapka bahut bahut dhanyawad...bahut time kei jagah paid course par barbaad kiya lekin finally ab sahi platform mila..paid course se jayda valuable course hai..thanks a lot sir
Just learning coding / programming / IT for fun. Code with Harry is the best UA-cam channel for freshers and experienced professionals. This teacher is BEST and have passion for teaching , without expecting from learners. Rarest human being, I only can say. God bless him.
You're like a Blessing To Us Coders ❤
I love coding just because of your teaching scheme only..Amazing explanation sir...Thank you😍
Best Video to revise all things. Harry bhai OP
python="45"
python=int(python)
python=float(python)
Therefore, through this, we can convert a string variable to an integer and a float variable respectively.
Answer to the question asked at 44:00
They said three variables
Anamika Roy
Gurgaon
Wanna confess this is the first tym i did watch the complete coding video with practice . I must say you are intellectualy amazing. Looking forward to watch the complete python course soon. Great work Sir!
thank you very much sirji
a = "thanks a lot"
b = "harry sir"
print(a + b)
Can i learn from mobile
Is laptop is must
a='Thanks a lot'
b='Harry sir'
print=f'{a} {b.upper()} for making this video'
@@mr.person7538 you can do it on mobile
a="thanks a lot"
b = " harry sir"
# printing a+b
print(a+b)
code after ran
thanks a lot harry sir
[Done] exited with code=0 in 0.211 seconds
Ooooowhatsupguys!0:00 HAAHAH Harry Bhai
Love from Pakistan bro really really loves your way of teaching ♥️♥️♥️♥️
Very very helpful for me and others who are interested in python ♥️♥️
Answer of typecasting
1. a = 42
a = float(a)
a = str(42)
2. b = "22"
b = int(b)
b = float(b)
Bekar video
@@kamniagarwal4959Get lost then
@@ng_allrounder sorry, I don't support them who request like this
@Kamni Agarwal.. i thnk her name is wrong it should be kamini
@@snehaldeshmukh2217 yes
Thank you Very Much Sir. I am 12 years old and i had understand the Python Topic very Well Sir
bhai abb se itna matt padh..tujhe dekh ke tension ho rhi hai
@@sweety2088 Bhai free time me kar bhi kya sakte hai
Moksh Rana sahi hai Tu bhai ...keep it up.
Merko v sikhna hai...Bhai mein noob hu...🤣
Same bro, I am also 12 and I am an ethical hacker and C# Developer and Now, I am learning python to easily make bots and apps with it to get a job in future easily
# int
a = 24
# string
b = "24"
# CHALLENGE
a = float(a)
a = str(a)
print(a)
b = float(b)
b = int(b)
print(b)
amazing tutorial 😊
I love the technique he teaches with practical ❤️
🥺🥺🥺🥺🙏🏻 thank you sooooo much sirr finally I got the right teacher and amazing understanding video ❤️
Love you harry Awesome teaching
Asif from Bharuch gujarat
I am also a teacher but you are amazing. You have great teaching skills👍👍👍👌👌👌👌👍👍👍👍
The way you teach is just amazing!! You can grab anyone's attention and nobody will ever be bored with your teaching. I have gone through many python tutorial but your tutorial is great.keep growing
Nmae = "Aman"
Age = "20"
Percentage = "80"
(Type casting/ Type converstion )
Age = int(20)
Print(type(Age))
Percentage = float(80+7)
Print(type(percentage))
@@ng_allrounder I will support you but now after few days when I will start brushing my Java
Name = "Aman"
Age = "20"
percentage = "80"
#(Type casting/ Type converstion )
Age = int(20)
print(type(Age))
percentage = float(80+7)
print(percentage)
# in original form if you run this then this will definitely work copy and paste this source code
ctrl+c and ctrl+v
#GreatVideoBhai
print("Helped a lot..")
Watching this a day before exam 😂
Liked...
Sahi h
Bahut dukh ki baat hai...rip
Me too😂
samehere bro
Me too before 4 day 😂
Correction at 1:07:00, pop() can also remove elements at any position of a list by using it's index and can return the value but del doesn't return.
i love his dialogue " starting se leke end tak sikhayunga guaranteed"
He spells the 'Guaranteeeeed' word in a very appealing manner
Yes bro
Unbelievable teaching 💗❤️❤️
I love coding 🤩
Bro did you learn anything
Thank you so much Harry. You are simply awesome.. "Bro" wala feeling aata hai.. when I watch your videos. Thanks a lot. Good wishes from the heart! :)
Love You bhai this world needs people like you Its the first time in my life that I Like my teacher ❤❤❤❤❤❤❤❤❤
Kon h wo🤷♀️🤷♀️🤷♀️ kaha se ate h wo jisne is video ko dislike kia🤷🤔🤔🤔🤔🤔🤔🤔🤔🤯🤯🤯🤯🤯🤯i mean just look at d quality of teaching itna to tum waha b nhi sikh skte jaha hazaro rs kharcha krke classes lagate ho😭
U r damn good sir aapki teaching is just wow👌👌👌😍😍😍😍😍shabd nhi mere paaas tarif k....
True
kuyu ki isne tho bas commads bataye hai syntax ni
kis chez ko kaha lagana hai vo tho nahi bataya
aur title me python full course hahah
muje chutiya bana diya
Kaha se aate hai ye log
true bro
true bro
a="394"
b=int(a)
c=float(a)
print("The integer value is",type(b),b, "The floating value is",type(c),c)...
Thanku so much bhaiya ❤️...for all of ur efforts for us......😃❤️
i love coding and this guy is expert in teaching coding
Harry bhai you are god gifted for all programmers...
If u want to rewise then please watch in 2x speed
Thanks Harry Bhai ❤️
Your teaching explanation alwasy amazing yar
I love your teaching methods
U r really greate man
nice
ᑕᕼᗩᒪ ᒍᑌTᕼI
@@AdityaChoudhary2108 🤭🤭
Watch and learn some mini projects using python fully working executable by which you can directly install it
Click in this @ ForCodeCoder
agar ise good way of teaching kehte h to baki sabhi teachers ko tu himalya per chle jana chahi ye
a = 45
b = "Program"
c = 36.23
convert 45 integer to string and float
a = str(a)
print(a)
a = float(a)
print(a)
Output =
45
45.0
Harry bhaiya, sabse badhiya 🔥🔥
a = "6"
a = int(a)
a = float(6)
-> Here i convert string into integer and then float.
Sir thanks you for this detailed introduction to Python and as you told me I have commented important points before every code
I made my first snake game on my life, just for harry...
Love from Assam
This is the best video for revision 👌
You have done a very well job . You have compact the whole course to understand the language only .
Thanks Harry
U literally converted coding into human interactable communication in Hindi and then taught us how to talk to our pc using our code
Wooow awesome man
As i am feeling like that I am in the couchin instutation . Thank you sir🙂🙂🙂❤❤❤❤❤😘😘😘😘
Yr itnaa acha free course...u r such a pure hearted person...❤️❤️❤️❤️
Just wanted to learn basic syntax of python in less time and it does the job so great. HARRY Bhaiya thank u for different variation of courses ❤️
a="150"
a=float(a)
print(a)
a=int(a)
print(a)
b=34
b=float(b)
print(b)
print("Thank you so much")
Syntax error😆🤣🤣
Hi This is Manoj
a= "4"
a= int(a)
a= float(a)
print(type(a))
a will become a float i guess because its over written
I 'm learn to your python lecture 12 hours , sir your lecture are very nice and easily understanding your language . So I'm very Happy sir
Please start machine learning. You are best coder in you tube.
I agree, pls start machine learning
I also want ML course 😁
yes bro we want it
Please sir make machine learning !
Plz share me ur ML video, if u have upload the same here.
Saif ali from Gujarat
Aap ke python ke playlist starting kiya hai, aap ka samjane ka bhot jordarr tarika hai
Thanks for python playlist for free
Hi
herry sir ap level k teacher ho and carry on your participation in programming courses!!!!
Sumit kumar (rajkiya engineering College Azamgarh)
Bro After 12 Can I Pursue Python Language Learning Skill By any Coaching Centre, and can I get job without Any college Degree Please Reply
Thank You
@@AfrozKhan-mo8il If you are an Indian, then, most companies will expect you to have an Engineering/ MCA degree.
To be honest yaar
..bht bht shukriya yaar ...I can't describe my thanks with words .😢😢❤
a="25"
a=int(a)
b=float(a)
print(a)
print(b)
I WAS EXPECTING TOO MUCH.. BUT STILL 1HR 45 MINS ME ISSE JYADA PYTHON NI HO SKTA.. AND IN BETWEEN VSCODE TRICKS AND 1-2 CHROME TRICKS.. NICE.. IT WAS A REVISION FOR ME
BUT STILL NICE VIDEO
#KEEPITUP
My teacher also suggest your UA-cam channel 😂💞💞😂💞
a = 22 # a is an integer variable
b = "33" # b is a string variable
c = 44.0 # c is a float variable
a = str(a)
print(a)
a = float(a)
print(a)
b = float(b)
print(b)
b = int(b)
print(b)
c = int(c)
print(c)
c = str(c)
print(c)
OUTPUT:-
22
22.0
33.0
33
44
44
Typecasting
e="35" string
e=int (e)
e=float(e)
??
a ="33"
b = int (a)
c = float(a)
Output:
print(a) #33 as a string
print (b) #33 as a integer
print (c) # 33.0 asa float
String = '12345'
String = int(String)
String = float(String)
Great Learning for any beginner for sure, Thank You!!
a="10"
a=int (a)
Print(a)
a=float(a)
Print(a)❤
1. 10
2. 10.000
@@pradyumnagayake4825 yes😸
I really want to become a coder.
Mee too
May Allah give you potential to achieve your goal. Ameen. I have downloaded a lot of videos from your channel. Keep it up bro. Thanks.
I am Sudarshan from Kolhapur, Maharashtra. This Video is useful for me. Keep it up bro.
Who is beginner n learing python first?
Yeah
Any one else this one of the best code teacher in world
amazing! i am in 8th std but still able to do coding and learn python!
Really
happy teachers day,Thankyou harry bhai
43:30
E=10
E=str(E)
E=float(E)
Print(E)
Is this correct
Pranali Bansal
@@parthbansal2280 sorry you need to do this in slayy point's video's commenys lol
@@kajalmalde3668 BINOD
5:01 If you are having an error, try writing py instead of python.. Hope it works!!
These are all lists and their work :
Method Description
append() Adds an element at the end of the list
clear() Removes all the elements from the list
copy() Returns a copy of the list
count() Returns the number of elements with the specified value
extend() Add the elements of a list (or any iterable), to the end of the current list
index() Returns the index of the first element with the specified value
insert() Adds an element at the specified position
pop() Removes the element at the specified position
remove() Removes the first item with the specified value
reverse() Reverses the order of the list
sort() Sorts the list
already watched 15 min python and loved it and now fan of harry, i am pravesh nema from bhopal
HARRY
you are genius
my age is 10 and you have made me a coder
i can code c , c++, python , java script and many more from you
i wish i could become a software devoloper
thanks .
your student ameya
My age is 12
Really?😲
my 10
my age is 8 year
i am 5 year old
1.a=44
a=str(a)
a=float(a)
2.b="28"
b=int(b)
b=float(b)
3.c=30.7
c=int(c)
c=str(c)
Hi Harry..! After i searched for python and found your video i found it Really applaudable.👏👏! Your tutorials are very lucid and illustrative. Gud job. Can you Share links related to pandas scipy numpy and scikit..other data analytics related libraries tutorial.?
Only one to give best free coding gyann in this world
😎HATTS OFF 😎
Sir, one video on SQL please. For beginners. A Huge respect to you.
im trying to learn something new during lockdown
: )
bahut accha kam kar rahe ho... sirf sikho mat sikh ke apply bhi karo
Me too.
ua-cam.com/channels/7eQmk5Baef8i80HwnmFoPQ.html
Same bro
Want to work on live data science project that too free of any cost, so here is the chance join ua-cam.com/video/xyq-zYr1cnI/v-deo.html and enjoy the free live session this 17 May 2020 Sunday 11:00 AM IST.
Hands down
This is the best python class I have ever attended.
awesome 👍👍👍👍👍👍👍👍👍👍👍 really awesome best for revision thank you harry bhai👍
Print("helped me to much")
After creating three variables a,b and c-
a = 15
b = 50.98
c = "Mahika"
Typs casting cannot be done on string to int or float. Rest the other data types can be converted to respective data types by type casting
Regards
Thank you
my code
mystr = '100'
mystr = int(mystr)
print('integer', mystr)
same goes for float, str, list etc.
whats bad in it?
@@gabbarbhaiop I think he meant bro.
Hello Harry bhaia,
I am from Bangladesh. You are really a genius. You are helping me a lot. If I need something to learn. At first, I come to your channel at first to get the tutorial.
Thanks a lot.
"is Satyay ko koi badal nahi sakta " 😂😂😂 str LEN aur str INDEX ka fark samjhane sabse best way...
In case, anyone wants to learn python by making games, have a look here.
ua-cam.com/video/6bU7B9aWY8E/v-deo.html
FULL PYTHON COURSE with 24X7 Doubt Assistence
ua-cam.com/video/0TFFTzHXk8c/v-deo.html
Bhai 12th ki liye thik rehga
e = "41"
e = int(41)
print(e)
e = float(41)
print(e)
It is the beeesssssst video i had ever seen on python
:) to shote ilaj karva ankho ka
@@mandysingh4977 and a good idea but the last two days
@@mandysingh4977 a great time and I have to go back in touch
aap adbhut hain.. bahut gahra gyan hai aapko. coding, python , java etc ka. aapko itni gahrai se gyan kaise hua?