P_12 Type Checking, Type Error and Type Conversion | Type Casting in Python

  Рет қаралды 195,894

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 172
@nisbakouar
@nisbakouar Жыл бұрын
Thiz the bestttt channel for python😊
@mohitkulkarni2183
@mohitkulkarni2183 2 жыл бұрын
I searched for many channels but this channel teaches python in most easiest way
@codersplayground
@codersplayground 2 жыл бұрын
kzbin.info/www/bejne/o6OUZ6qpr5hlisU
@SILENTKILLER-cf1jd
@SILENTKILLER-cf1jd 2 жыл бұрын
a=input('first number: ') b=input('second number: ') print(int(a) + int(b))
@DEEPAKKUMAR-ij7hw
@DEEPAKKUMAR-ij7hw 2 жыл бұрын
😂I attempted many times to completely learn python but after some time I start losing interest but this time it looks like I'm gonna complete python. Jor se bol janny mata di ❣️
@Abhishek-tp1tf
@Abhishek-tp1tf 2 жыл бұрын
Bhai asli teacher ke sahmne bhi aise he bolte ho kya koi cmnt dekhta hai aapki kaisa lgta hoga mata di kya language hai ye aapki shi se respect se bola kro jha se gyan mile vha se lo aur shi se bolo yr
@DEEPAKKUMAR-ij7hw
@DEEPAKKUMAR-ij7hw 2 жыл бұрын
@@Abhishek-tp1tf pehli baat ye lite joke tha itna serious nahi lena chahiye aur vo phrase koi disrespectful nahi hai
@DEEPAKKUMAR-ij7hw
@DEEPAKKUMAR-ij7hw 2 жыл бұрын
Aur tumhari sabhi comments ko dekh ke lagta hai tum bas jabardasti ka gyan dete ho
@adithyakrishna7206
@adithyakrishna7206 2 жыл бұрын
y r u simping?💀
@sikandergalaadhvi
@sikandergalaadhvi Жыл бұрын
bro i think the same thing is going to happen to me. Thanks to jenny mam
@aparnamane4899
@aparnamane4899 2 жыл бұрын
var1=int(input("Enter first no :")) var2=int(input("Enter 2nd no :")) sum=var1+var2 print(sum)
@bhukyaakhil86391
@bhukyaakhil86391 Жыл бұрын
If am not wrong it will give u different ans...just check one U have to add int before var1 and var2
@074_cse_rohankarthikeyans6
@074_cse_rohankarthikeyans6 8 ай бұрын
@@bhukyaakhil86391 no its crct.we are just receiving the input as integer .so we dont need to declare var1 or var2 as integer .if it is received as integer the datatype of the variable will be as integer.
@aniltandivitb4482
@aniltandivitb4482 2 жыл бұрын
num_1=int(input("Enter the first number ")) num_2=int(input("Enter the second number ")) print("sum is ",num_1+num_2)
@sidharthkaruvarath2532
@sidharthkaruvarath2532 2 ай бұрын
thanks bro, i was finding it hard to add the text with the answer even though I knew about the coma i forgot it. your answer helped me
@priya-we2hg
@priya-we2hg 2 жыл бұрын
गरीब घर में जन्म लेना आपकी किस्मत है पर गरीब मरना आपके हाथ में होता है मेहनत करो क्योंकि मेहनत के साथ पत्थर भी हीरा बन जाता है। 👍🏻👍🏻👍🏻
@fakeworld589
@fakeworld589 Жыл бұрын
At 6.30 time we can also write print("your name has" ,length, "characters") output will be your name has 12 characters
@gameplayers3680
@gameplayers3680 4 ай бұрын
print(int(input("first number?="))+int(input("second number?=")))
@husnainhyder6713
@husnainhyder6713 Жыл бұрын
Great Lesson Miss J. Greetings from Pakistan.
@DChethan-ph9zs
@DChethan-ph9zs Ай бұрын
you can watch at 1.5x
@usha_Yuva
@usha_Yuva 2 жыл бұрын
beauty with brain..waiting for full course
@shahzadhussain642
@shahzadhussain642 Жыл бұрын
Oh i love programming from now on ❤😂
@Marvelkashmir
@Marvelkashmir 2 жыл бұрын
Mam you are killing us ....wow ... looking amazing
@Mojit00
@Mojit00 2 жыл бұрын
Pdhhle bhai Ghar ka loan bhi chukana hai 💀
@Dheena_joe
@Dheena_joe 2 ай бұрын
a=input("Enter a number") b=input("Enter another number") c=int(a) +int(b) Print(c)
@jayanthkumar7391
@jayanthkumar7391 2 жыл бұрын
Madam big fan of your lectures
@RajivThakur-vo3vr
@RajivThakur-vo3vr 6 ай бұрын
first_number=input("the first number ") second_number=input('the second number') sum=int(first_number) + int(second_number) print(sum)
@trishitaghosh1932
@trishitaghosh1932 4 ай бұрын
a =input("enter the value of first num1 =") b= input("enter the value second num2 =") print (int (a)+ int(b))
@manishshee6990
@manishshee6990 2 жыл бұрын
Mam spectacles looks great❤️
@iamjobayer_
@iamjobayer_ 2 жыл бұрын
num1=int(input("enter your number:")) num2=int(input("enter your number:")) print(num1+num2)
@manikanta4742
@manikanta4742 5 ай бұрын
num_1=input("what is first number?") num_2=input("what is second number?") sum=int(num_1)+int(num_2) print(sum)
@IRIS_editss
@IRIS_editss Жыл бұрын
a = input("enter the first num") b = input("enter the second num") print(int(a)+int(b))
@cryptoeric24
@cryptoeric24 Ай бұрын
#input num_1 = input("Enter first number: ") num_2 = input("Enter second number: ") # calculation total = int(num_1) + int(num_2) #output print("The sum of",num_1,"+",num_2,"is",total)
@bavafakru-x1d
@bavafakru-x1d Жыл бұрын
number=input("enter a two digit number: ") first_digit=number[0] second_digit=number[1] third_digit=number[2] a=int(first_digit) b=int(second_digit) c=int(third_digit) print(a+b+c)
@surenkumars3181
@surenkumars3181 2 жыл бұрын
thanks jenny i am practicing daily what you posted regularly in the topic of python it is very helpfull for me, please dont stop any where i am learning from you dont stop at any situation it will affect my dedicative career
@codersplayground
@codersplayground 2 жыл бұрын
kzbin.info/www/bejne/o6OUZ6qpr5hlisU
@sachinkumarsachinkumar3359
@sachinkumarsachinkumar3359 2 жыл бұрын
Yes
@dineshrathod7616
@dineshrathod7616 5 ай бұрын
Very informative lecture...Thank you maa'm
@udaykiranblogging
@udaykiranblogging Жыл бұрын
Done with my assignment mam. Thank you
@LingeshhvarenKA
@LingeshhvarenKA 10 ай бұрын
name=input("Enter your name : ") length=len(name) print("Your name has",length,"characters") print("Your name has "+str(length)+" characters")
@devSackey
@devSackey Жыл бұрын
firstNumber = int(input("Enter the first number ")) secondNumber = int(input("Enter the second number ")) sum = firstNumber + secondNumber print(sum)
@AHMED-JMINE
@AHMED-JMINE Жыл бұрын
num1 = input("enter your first number: ") num2 = input("enter your second number : ") result = int(num1)+int(num2) print("result")
@OMPRAKASH-uz8jw
@OMPRAKASH-uz8jw 2 жыл бұрын
number_1=input("Enter the first number") number_2=input("Enter the second number") sum=int(number_1)+int(number_2) print("The sum of the numbers is " + str(sum))
@leeladrireddygandudi3279
@leeladrireddygandudi3279 Жыл бұрын
I think ord() is there to convert a character into a integer and a char() is to convert int into charecter
@asadivamsi6210
@asadivamsi6210 2 жыл бұрын
TQ you madam we are waiting your python class since year
@sajileee
@sajileee 9 күн бұрын
Hi Jenny, Enter_1 = input("Enter a two digit Number : ") Save_1 = int(Enter_1[0]) Save_2 = int(Enter_1[1]) print(Save_1+Save_2) But below print is throwing the error print("Sum of your two digit is : " + Save_1 + Save_2) Error - TypeError: can only concatenate str (not "int") to str
@LingeshhvarenKA
@LingeshhvarenKA 10 ай бұрын
num_1=int(input("Enter number 1 : ")) num_2=int(input("Enter number 2 : ")) sum=num_1+num_2 print("Sum of",num_1,"and",num_2,"is",sum)
@iamjobayer_
@iamjobayer_ 2 жыл бұрын
Please post more lectures. I have a semester break now and I have only 14 days to learn python basic clearly... !!!!!!!!!!
@codersplayground
@codersplayground 2 жыл бұрын
kzbin.info/www/bejne/o6OUZ6qpr5hlisU
@suhith_thumma
@suhith_thumma Жыл бұрын
print( int(input('your first number')) + int(input('your second number ')))
@aftabahmad4445
@aftabahmad4445 Жыл бұрын
first_no=input("enter the first number =") second_no=input("enter the second number =") print("first number is =" + first_no) print("second number is =" + second_no) print ("the addition of these two number is =" +str(int(first_no) + int(second_no)))
@reganakandwanaho1223
@reganakandwanaho1223 2 жыл бұрын
Hello Ma'am, I wish you make review lectures on file 🗃️ handling in C😔
@venkateswarlugoud4564
@venkateswarlugoud4564 Жыл бұрын
Mam please continue python series we are waiting mam It's my humble request 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏✍️
@Anagha-gx3rj
@Anagha-gx3rj Жыл бұрын
num_1=int(input("Enter the first no.: ")) num_2=int(input("Enter the sec. no: ")) sum=num_1 + num_2 print("The sum of two numbers are: ",sum)
@NagiriSaipreethi
@NagiriSaipreethi 7 ай бұрын
#Take 2 numbers as input from user& find out sum num_1=int(input("enter num_1 value:")) num_2=int(input("enter num_2 value:")) print(num_1+num_2)
@teena33
@teena33 2 жыл бұрын
a=2 b=3 Print(int(a) +int(b)) You will surely get the output as 5
@mynk9113
@mynk9113 2 жыл бұрын
Art student hu nhi pta coding sikhne ka man hone lga
@petachaithravardhanreddy418
@petachaithravardhanreddy418 9 ай бұрын
a=input() b=input() c=int(a)+int(b) print(c)
@ramaraju1469
@ramaraju1469 2 жыл бұрын
Here there is a correct output with commas length=len("Jenny") print("Your name has",length,"characters")
@ignaciotorressoto
@ignaciotorressoto Жыл бұрын
print('The sum of numbers is: ' + str(int(input('number 1: ')) + int(input('number 2: '))))
@rameshkumar6videos
@rameshkumar6videos 2 жыл бұрын
Good afternoon mam # nice teaching
@brendatetio178
@brendatetio178 Жыл бұрын
I did this num_1=input("enter first number") num_2=input("enter second number") print(int(num_1) + int(num_2))
@syedsohel9701
@syedsohel9701 2 жыл бұрын
a=input("enter the first value") b=input("enter the second value") Print(int(a)+int(b)) And it's done.... Thank you Mam I started learning in easier way ❣️
@dhananjaysingh4119
@dhananjaysingh4119 2 жыл бұрын
wow dude google is coming for you
@syedsohel9701
@syedsohel9701 2 жыл бұрын
@@dhananjaysingh4119 Teri maa bhi hye Usme
@olakunleabiodun1489
@olakunleabiodun1489 Жыл бұрын
apply casting I.e add = int(a) + int(b) or else compiler will still recognize 1) the + sign as concatenation 2) the input number as string
@vijayramakrishnan6838
@vijayramakrishnan6838 Жыл бұрын
ur a gifted person
@aiomotive8672
@aiomotive8672 2 жыл бұрын
Mam please Also upload c++ regularly
@mano_003
@mano_003 2 жыл бұрын
S mam we r also vaiting for ur cpp lectures mam
@tanvigupta2702
@tanvigupta2702 2 жыл бұрын
a=int(input("Enter any number a=")) b=int(input("Enter any number b=")) print(a+b) Output: - Enter any number a=23 Enter any number b=25 48
@shashikantm9135
@shashikantm9135 2 жыл бұрын
Wow it's correct 😃
@reganakandwanaho1223
@reganakandwanaho1223 2 жыл бұрын
Int placement looks nice
@AbdurRahman-ck7ue
@AbdurRahman-ck7ue Жыл бұрын
Nice way to teach miss
@kartheek6495
@kartheek6495 2 жыл бұрын
print(int(input("Enter first Number"))+int(input("Enter second number")))
@priya2220
@priya2220 Жыл бұрын
Print(len(str(1234))) Output : 4
@nikhilpragada1562
@nikhilpragada1562 2 жыл бұрын
Give more content, as well as possible jenny mam, thank you
@SVJIRLI
@SVJIRLI 2 жыл бұрын
a=len("abcde") print("your name has",a,"characters")
@SADDALAJAYAPRAKASH
@SADDALAJAYAPRAKASH Жыл бұрын
nice explanation mam🙂
@sreeswetha9929
@sreeswetha9929 2 жыл бұрын
Code is very clarity maintain same clarity
@limitess9539
@limitess9539 Жыл бұрын
Dunno if ASCII table works for python, because if it does, I'm surprised that converting "jenny" to int doesn't work, it could take each character's ASCII value and sum it all up and convert the string "jenny" to int, instead of not working
@venkateswarlugoud4564
@venkateswarlugoud4564 Жыл бұрын
Mam please continue python series please mam😔😔😔
@meghasandesam
@meghasandesam 2 жыл бұрын
Mam you are looking 👌 nice with light blue color specticals matched with your dress
@AbdurRahman-ck7ue
@AbdurRahman-ck7ue Жыл бұрын
I like your examples
@awnishkumar6431
@awnishkumar6431 2 жыл бұрын
well techniques to teaching
@Vitality_Vibes.co_
@Vitality_Vibes.co_ 6 ай бұрын
to check the length of converted str(length). We can even use - print(type( str(length))) is it fine to use this mam???
@adityasalvi9208
@adityasalvi9208 Жыл бұрын
Mam teach python is easy way
@hmraja9665
@hmraja9665 2 жыл бұрын
Can you provide a tutorial to learn design patterns and system design (HLD AND LLD)? LEARN PATH TO them.
@jupiter-84
@jupiter-84 2 жыл бұрын
Thank you ma'am
@harshaharsha6681
@harshaharsha6681 Жыл бұрын
Super🎉🎉🎉
@ankithhebbar8024
@ankithhebbar8024 2 жыл бұрын
👌👌nice video
@mohdzakimohdzaki471
@mohdzakimohdzaki471 2 жыл бұрын
when will you start java series videos.. i humble request for u so that i want to learn java and advance... well work 🍀🍀🌹
@jellyfish1772
@jellyfish1772 Жыл бұрын
thanks maam
@_yes_you_are_right_214
@_yes_you_are_right_214 2 жыл бұрын
Okie...
@gayathrikonijeti1583
@gayathrikonijeti1583 Жыл бұрын
Mam, will you please continue your series of python videos..?they are very helpful in our learning process mam
@Subhashd-oe4pq
@Subhashd-oe4pq Жыл бұрын
No she will stop the series 😂😂😂
@glps369
@glps369 Жыл бұрын
Thank You So Much
@soumya8748
@soumya8748 2 жыл бұрын
Mam please complete c++ first 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@lilliana_es
@lilliana_es 9 ай бұрын
thank you madam
@saptarshibiswas1998
@saptarshibiswas1998 2 жыл бұрын
Ma'am please complete C++.
@sucharithapatnana5455
@sucharithapatnana5455 Жыл бұрын
Mam, please upload videos in Python series Please mam
@sadik6358
@sadik6358 Жыл бұрын
Which app is best for python learning?
@sadik6358
@sadik6358 2 жыл бұрын
Please make video about java basics
@nitish2001nb
@nitish2001nb 2 жыл бұрын
refer to @codewithharry
@golden_melodies
@golden_melodies 11 ай бұрын
Can you make video on num py panda
@8millionairegovind618
@8millionairegovind618 2 жыл бұрын
Op spec 😍
@bhaveshvaishnav633
@bhaveshvaishnav633 Жыл бұрын
Thank you!!
@WannaBeYours3074
@WannaBeYours3074 2 жыл бұрын
Mam please explain this statement i am struggling to understand this.....Return True if not a else False Please explain if anyone knoww
@theperfectionist3924
@theperfectionist3924 2 жыл бұрын
drag it onto the program from finder
@knightjaat9208
@knightjaat9208 Жыл бұрын
mam but we can use comma instead of + like print("YOUR NAME HAS",b,"characters")
@kothariritu01
@kothariritu01 2 жыл бұрын
Ma'am..I have done M.Sc.IT. in 2007..I was taking guest lecture for two years after that I married.. Now I am house wife..I have one child.. . As you know it is very tough to restart again. Could you plz suggest what to do..
@VaishnaviTarpe
@VaishnaviTarpe Жыл бұрын
Mam plz also give us a Java programming languag
@emtiazahmed5333
@emtiazahmed5333 2 жыл бұрын
C++ kaha hey?🥹
@nagelithirumalanaidu3505
@nagelithirumalanaidu3505 10 ай бұрын
i done
@okappaw
@okappaw 2 жыл бұрын
please how can i solve this? the video gets blurred in between and sharpens again so most times i have to just listen to the audio
@priyanshverma5371
@priyanshverma5371 2 жыл бұрын
I m waiting for list, tuple , sets , and dictionary tutorial,
@codersplayground
@codersplayground 2 жыл бұрын
Here is video kzbin.info/www/bejne/o6OUZ6qpr5hlisU
@priyanshverma5371
@priyanshverma5371 2 жыл бұрын
@@codersplayground thanks buddy
@codersplayground
@codersplayground 2 жыл бұрын
@@priyanshverma5371 most welcome bro you can also help me by sharing my channel with your friends you all are our motivation
@mettavenkatanarayanareddy5209
@mettavenkatanarayanareddy5209 2 жыл бұрын
Mam in variables can we write variable as my_variableName Becoz I have used both snake and Pascal case
@kartheek6495
@kartheek6495 2 жыл бұрын
Yes we can.
@kaleeskumar3996
@kaleeskumar3996 Жыл бұрын
Hi how to solve abc==ABC without uppercase lowercase functionality in python pls tell
@UttamPrakash
@UttamPrakash 9 ай бұрын
print("uttam" +int(length) + " prakash") why give print("uttam" +int(length) + " prakash") NameError: name 'length' is not defined
@S_Sagarjsr
@S_Sagarjsr 2 жыл бұрын
Mam, Apko dek kar aisa lagta hai hame, CS Branch nahi leh kar hamne galti kar di
@Instagram.Status
@Instagram.Status Жыл бұрын
I am getting an error message tha "bool is not collable" When we type cast length to sting
P_11 Data Types in Python | Python Tutorials for Beginners
23:54
Jenny's Lectures CS IT
Рет қаралды 271 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 197 МЛН
Подсадим людей на ставки | ЖБ | 3 серия | Сериал 2024
20:00
ПАЦАНСКИЕ ИСТОРИИ
Рет қаралды 601 М.
How many people are in the changing room? #devil #lilith #funny #shorts
00:39
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Operators in Python | Bitwise Operators | Python Tutorials for Beginners #lec17
17:11
Type casting in Python is easy 💱
7:37
Bro Code
Рет қаралды 131 М.
Tuples in Python | Python Tutorials for Beginners #lec40
20:56
Jenny's Lectures CS IT
Рет қаралды 111 М.
Learn Python OOP in under 20 Minutes
18:32
Indently
Рет қаралды 141 М.
Types of Arguments in Python | Python Tutorials for Beginners #lec61
21:11
Jenny's Lectures CS IT
Рет қаралды 103 М.
Type Conversion | Python Tutorial
12:45
Portfolio Courses
Рет қаралды 7 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 197 МЛН