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

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 170

  • @nisbakouar
    @nisbakouar Год назад +38

    Thiz the bestttt channel for python😊

  • @DEEPAKKUMAR-ij7hw
    @DEEPAKKUMAR-ij7hw 2 года назад +119

    😂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 года назад +5

      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 года назад +5

      @@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 года назад +2

      Aur tumhari sabhi comments ko dekh ke lagta hai tum bas jabardasti ka gyan dete ho

    • @adithyakrishna7206
      @adithyakrishna7206 2 года назад +3

      y r u simping?💀

    • @sikandergalaadhvi
      @sikandergalaadhvi Год назад +1

      bro i think the same thing is going to happen to me. Thanks to jenny mam

  • @SILENTKILLER-cf1jd
    @SILENTKILLER-cf1jd 2 года назад +29

    a=input('first number: ')
    b=input('second number: ')
    print(int(a) + int(b))

  • @mohitkulkarni2183
    @mohitkulkarni2183 2 года назад +28

    I searched for many channels but this channel teaches python in most easiest way

    • @codersplayground
      @codersplayground 2 года назад

      ruclips.net/video/mr16wsz32Tc/видео.html

  • @shaikhmahamadashaik7938
    @shaikhmahamadashaik7938 9 месяцев назад +6

    a=input ("enter any number")
    b=input("enter any number")
    adding=(int(a)+int(b))
    print(adding)

  • @aparnamane4899
    @aparnamane4899 2 года назад +32

    var1=int(input("Enter first no :"))
    var2=int(input("Enter 2nd no :"))
    sum=var1+var2
    print(sum)

    • @bhukyaakhil86391
      @bhukyaakhil86391 Год назад +2

      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 6 месяцев назад

      @@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.

  • @usha_Yuva
    @usha_Yuva 2 года назад +3

    beauty with brain..waiting for full course

  • @aniltandivitb4482
    @aniltandivitb4482 2 года назад +10

    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 25 дней назад

      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

  • @husnainhyder6713
    @husnainhyder6713 Год назад +2

    Great Lesson Miss J.
    Greetings from Pakistan.

  • @surenkumars3181
    @surenkumars3181 2 года назад +5

    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

  • @bharathivenkatappa9676
    @bharathivenkatappa9676 5 месяцев назад +1

    num1 =input("Enter the first number ")
    num2 =input("Enter the second number ")
    num3 = int(num1) + int(num2)
    print("the total number is ",num3)

  • @Dheena_joe
    @Dheena_joe Месяц назад

    a=input("Enter a number")
    b=input("Enter another number")
    c=int(a) +int(b)
    Print(c)

  • @Marvelkashmir
    @Marvelkashmir 2 года назад +2

    Mam you are killing us ....wow ... looking amazing

    • @Mojit00
      @Mojit00 2 года назад +2

      Pdhhle bhai Ghar ka loan bhi chukana hai 💀

  • @jayanthkumar7391
    @jayanthkumar7391 2 года назад +3

    Madam big fan of your lectures

  • @fakeworld589
    @fakeworld589 Год назад +3

    At 6.30 time we can also write print("your name has" ,length, "characters") output will be your name has 12 characters

  • @udaykiranblogging
    @udaykiranblogging Год назад +1

    Done with my assignment mam. Thank you

  • @manishshee6990
    @manishshee6990 2 года назад +3

    Mam spectacles looks great❤️

  • @dineshrathod7616
    @dineshrathod7616 4 месяца назад +1

    Very informative lecture...Thank you maa'm

  • @gameplayers3680
    @gameplayers3680 2 месяца назад +1

    print(int(input("first number?="))+int(input("second number?=")))

  • @shahzadhussain642
    @shahzadhussain642 Год назад +2

    Oh i love programming from now on ❤😂

  • @priya-we2hg
    @priya-we2hg 2 года назад +7

    गरीब घर में जन्म लेना आपकी किस्मत है पर गरीब मरना आपके हाथ में होता है मेहनत करो क्योंकि मेहनत के साथ पत्थर भी हीरा बन जाता है। 👍🏻👍🏻👍🏻

  • @asadivamsi6210
    @asadivamsi6210 2 года назад

    TQ you madam we are waiting your python class since year

  • @RajivThakur-vo3vr
    @RajivThakur-vo3vr 4 месяца назад

    first_number=input("the first number ")
    second_number=input('the second number')
    sum=int(first_number) + int(second_number)
    print(sum)

  • @govendhanm-t2c
    @govendhanm-t2c 2 месяца назад

    num_1=input("give a first number :")
    num_2=input("give a second number :")
    print(int(num_1) + int(num_2))

  • @iamjobayer_
    @iamjobayer_ 2 года назад +1

    Please post more lectures. I have a semester break now and I have only 14 days to learn python basic clearly... !!!!!!!!!!

    • @codersplayground
      @codersplayground 2 года назад

      ruclips.net/video/mr16wsz32Tc/видео.html

  • @trishitaghosh1932
    @trishitaghosh1932 3 месяца назад

    a =input("enter the value of first num1 =")
    b= input("enter the value second num2 =")
    print (int (a)+ int(b))

  • @manikanta4742
    @manikanta4742 3 месяца назад

    num_1=input("what is first number?")
    num_2=input("what is second number?")
    sum=int(num_1)+int(num_2)
    print(sum)

  • @leeladrireddygandudi3279
    @leeladrireddygandudi3279 Год назад +1

    I think ord() is there to convert a character into a integer and a char() is to convert int into charecter

  • @rameshkumar6videos
    @rameshkumar6videos 2 года назад +1

    Good afternoon mam # nice teaching

  • @reganakandwanaho1223
    @reganakandwanaho1223 2 года назад +6

    Hello Ma'am, I wish you make review lectures on file 🗃️ handling in C😔

  • @pRABHAya
    @pRABHAya 4 месяца назад

    No_1 = input("enter 1st number")
    No_2 = input("enter 2nd number")
    Print(int(No_1)+int(No_2))

  • @venkateswarlugoud4564
    @venkateswarlugoud4564 Год назад +2

    Mam please continue python series we are waiting mam
    It's my humble request 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏✍️

  • @iamjobayer_
    @iamjobayer_ 2 года назад +1

    num1=int(input("enter your number:"))
    num2=int(input("enter your number:"))
    print(num1+num2)

  • @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)

  • @vijayramakrishnan6838
    @vijayramakrishnan6838 Год назад

    ur a gifted person

  • @LingeshhvarenKA
    @LingeshhvarenKA 8 месяцев назад

    name=input("Enter your name : ")
    length=len(name)
    print("Your name has",length,"characters")
    print("Your name has "+str(length)+" characters")

  • @petachaithravardhanreddy418
    @petachaithravardhanreddy418 7 месяцев назад

    a=input()
    b=input()
    c=int(a)+int(b)
    print(c)

  • @aiomotive8672
    @aiomotive8672 2 года назад +5

    Mam please Also upload c++ regularly

    • @mano_003
      @mano_003 2 года назад

      S mam we r also vaiting for ur cpp lectures mam

  • @AbdurRahman-ck7ue
    @AbdurRahman-ck7ue 11 месяцев назад

    Nice way to teach miss

  • @suhith_thumma
    @suhith_thumma Год назад

    print( int(input('your first number')) + int(input('your second number ')))

  • @devSackey
    @devSackey Год назад

    firstNumber = int(input("Enter the first number "))
    secondNumber = int(input("Enter the second number "))
    sum = firstNumber + secondNumber
    print(sum)

  • @nikhilpragada1562
    @nikhilpragada1562 2 года назад

    Give more content, as well as possible jenny mam, thank you

  • @aftabahmad4445
    @aftabahmad4445 11 месяцев назад

    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)))

  • @brendatetio178
    @brendatetio178 Год назад

    I did this
    num_1=input("enter first number")
    num_2=input("enter second number")
    print(int(num_1) + int(num_2))

  • @ignaciotorressoto
    @ignaciotorressoto Год назад

    print('The sum of numbers is: ' + str(int(input('number 1: ')) + int(input('number 2: '))))

  • @LingeshhvarenKA
    @LingeshhvarenKA 8 месяцев назад

    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)

  • @AbdurRahman-ck7ue
    @AbdurRahman-ck7ue 11 месяцев назад

    I like your examples

  • @SADDALAJAYAPRAKASH
    @SADDALAJAYAPRAKASH Год назад

    nice explanation mam🙂

  • @ramaraju1469
    @ramaraju1469 2 года назад

    Here there is a correct output with commas
    length=len("Jenny")
    print("Your name has",length,"characters")

  • @awnishkumar6431
    @awnishkumar6431 2 года назад

    well techniques to teaching

  • @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

  • @Vitality_Vibes.co_
    @Vitality_Vibes.co_ 4 месяца назад

    to check the length of converted str(length). We can even use - print(type( str(length)))
    is it fine to use this mam???

  • @SVJIRLI
    @SVJIRLI Год назад

    a=len("abcde")
    print("your name has",a,"characters")

  • @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)

  • @jupiter-84
    @jupiter-84 2 года назад

    Thank you ma'am

  • @teena33
    @teena33 2 года назад

    a=2
    b=3
    Print(int(a) +int(b))
    You will surely get the output as 5

  • @glps369
    @glps369 Год назад

    Thank You So Much

  • @adityasalvi9208
    @adityasalvi9208 Год назад

    Mam teach python is easy way

  • @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
    🍀🍀🌹

  • @limitess9539
    @limitess9539 Год назад +1

    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

  • @priya2220
    @priya2220 Год назад

    Print(len(str(1234)))
    Output : 4

  • @sreeswetha9929
    @sreeswetha9929 2 года назад

    Code is very clarity maintain same clarity

  • @knightjaat9208
    @knightjaat9208 Год назад

    mam but we can use comma instead of + like
    print("YOUR NAME HAS",b,"characters")

  • @hmraja9665
    @hmraja9665 2 года назад +1

    Can you provide a tutorial to learn design patterns and system design (HLD AND LLD)? LEARN PATH TO them.

  • @kothariritu01
    @kothariritu01 2 года назад +1

    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..

  • @liiilliees
    @liiilliees 8 месяцев назад

    thank you madam

  • @gayathrikonijeti1583
    @gayathrikonijeti1583 Год назад +4

    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 😂😂😂

  • @mynk9113
    @mynk9113 2 года назад

    Art student hu nhi pta coding sikhne ka man hone lga

  • @sadik6358
    @sadik6358 Год назад

    Which app is best for python learning?

  • @jellyfish1772
    @jellyfish1772 Год назад

    thanks maam

  • @bhaveshvaishnav633
    @bhaveshvaishnav633 Год назад

    Thank you!!

  • @venkateswarlugoud4564
    @venkateswarlugoud4564 Год назад

    Mam please continue python series please mam😔😔😔

  • @sucharithapatnana5455
    @sucharithapatnana5455 Год назад

    Mam, please upload videos in Python series
    Please mam

  • @kartheek6495
    @kartheek6495 2 года назад

    print(int(input("Enter first Number"))+int(input("Enter second number")))

  • @meghasandesam
    @meghasandesam 2 года назад +1

    Mam you are looking 👌 nice with light blue color specticals matched with your dress

  • @harshaharsha6681
    @harshaharsha6681 11 месяцев назад

    Super🎉🎉🎉

  • @NagiriSaipreethi
    @NagiriSaipreethi 5 месяцев назад

    #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)

  • @UttamPrakash
    @UttamPrakash 7 месяцев назад

    print("uttam" +int(length) + " prakash") why give print("uttam" +int(length) + " prakash")
    NameError: name 'length' is not defined

  • @_yes_you_are_right_214
    @_yes_you_are_right_214 2 года назад

    Okie...

  • @sadik6358
    @sadik6358 2 года назад

    Please make video about java basics

  • @golden_melodies
    @golden_melodies 9 месяцев назад

    Can you make video on num py panda

  • @tanvigupta2702
    @tanvigupta2702 2 года назад +3

    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

  • @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 ❣️

  • @VaishnaviTarpe
    @VaishnaviTarpe Год назад

    Mam plz also give us a Java programming languag

  • @ankithhebbar8024
    @ankithhebbar8024 2 года назад

    👌👌nice video

  • @saptarshibiswas1998
    @saptarshibiswas1998 2 года назад +1

    Ma'am please complete C++.

  • @theperfectionist3924
    @theperfectionist3924 2 года назад

    drag it onto the program from finder

  • @Instagram.Status
    @Instagram.Status Год назад

    I am getting an error message tha
    "bool is not collable"
    When we type cast length to sting

  • @8millionairegovind618
    @8millionairegovind618 2 года назад

    Op spec 😍

  • @DChethan-ph9zs
    @DChethan-ph9zs 2 дня назад

    you can watch at 1.5x

  • @kaleeskumar3996
    @kaleeskumar3996 Год назад

    Hi how to solve abc==ABC without uppercase lowercase functionality in python pls tell

  • @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
      ruclips.net/video/mr16wsz32Tc/видео.html

    • @priyanshverma5371
      @priyanshverma5371 2 года назад +1

      @@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

  • @soumya8748
    @soumya8748 2 года назад +2

    Mam please complete c++ first 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

  • @emtiazahmed5333
    @emtiazahmed5333 2 года назад +3

    C++ kaha hey?🥹

  • @mettavenkatanarayanareddy5209
    @mettavenkatanarayanareddy5209 2 года назад

    Mam in variables can we write variable as
    my_variableName
    Becoz I have used both snake and Pascal case

  • @krishnaprasadeluru1857
    @krishnaprasadeluru1857 Год назад

    Hi madam my code was not run it's just returned. (Hi, pycharm)

  • @unatees
    @unatees 2 года назад

    Any discord server ? For community chat

  • @sayanaharika3533
    @sayanaharika3533 2 года назад

    Please tell list concept and tuples concept

  • @nagelithirumalanaidu3505
    @nagelithirumalanaidu3505 9 месяцев назад

    i done