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

preview_player
Показать описание


******************************************
Connect & Contact Me:

********************************************

See Complete Playlists:

#typecasting #pythonprogramming #pythonforbeginners #jennyslectures #best
Рекомендации по теме
Комментарии
Автор

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

DEEPAKKUMAR-ijhw
Автор

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

SILENTKILLER-cfjd
Автор

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

mohitkulkarni
Автор

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

aparnamane
Автор

num_1=int(input("Enter the first number "))
num_2=int(input("Enter the second number "))
print("sum is ", num_1+num_2)

aniltandivitb
Автор

Very informative lecture...Thank you maa'm

dineshrathod
Автор

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

priya-wehg
Автор

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

shaikhmahamadashaik
Автор

beauty with brain..waiting for full course

usha_Yuva
Автор

TQ you madam we are waiting your python class since year

asadivamsi
Автор

Great Lesson Miss J.
Greetings from Pakistan.

husnainhyder
Автор

Done with my assignment mam. Thank you

udaykiranblogging
Автор

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

fakeworld
Автор

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

okappaw
Автор

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

Marvelkashmir
Автор

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

reganakandwanaho
Автор

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

hmraja
Автор

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

nikhilpragada
Автор

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

venkateswarlugoud
Автор

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

limitess