Taking User Input in Python | Python Tutorial - Day #10

preview_player
Показать описание
Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners in Hindi series will focus on teaching you python concepts from the ground up.

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

Thank you Harry bhai got placed today as business analyst. It would not have been possible without you. I learnt python from your playlist.

itsme
Автор

a=input("enter the 1st value")
b=input("enter the 2nd value")
#PYTHON ALWAYS TAKE INPUT AS STRING . SO WHEN WE ADD TWO NUM LIKE 3+3 SO THIS RESULT IS
# 3 + 3 = 33

# SO FIRST WE WILL CHANGE DATA TYPE WITH THE HELP OF TYPECASTING

print(a+b)

# CHANGE IN TYPECAST
print("result")
print(int(a) + int(b))

code with my little notes ☺

yash_sonii
Автор

Day 2 of #100DaysOfCode. In this video 10, I learned about taking user input in Python using the input() function. The input function returns a string, so I need to typecast the input to the desired data type if necessary. I also discovered how to display a message for the user while taking input, enhancing the user experience.
Thank You Harry Bhaiya.

debasishbesra
Автор

I checked the time in your stream and It was showing 3 AM 😳. Salute to the hardwork you are doing. Keep it up man!

keshavgoyal
Автор

A few minutes ago, I finished your "C 15 hours" tutorial and now I am staring your python 100 days course. Thank you #HarryBhai for all of your free and awesome courses ❤️
Love from Bangladesh 😊❤️

dipdey
Автор

BEST EDUCATION CHANNEL IN YOUTUBE WITHOUT A DOUBT one reason is because Harry Bhae care for us and wants us to learn and grow...

nomihaider
Автор

a=input("Enter the first no. :")
b=input("Enter the second no. :")
print(a +b)
print(int(a) + int(b))

rohanahirwar
Автор

i am a btech la baccha - jo teachers pe dependent na rehke aapse python seekh rha hai
thank you harry sir

ayushkhaire
Автор

Harry bhai I am 18year old and from Pakistan. I have started my journey of Python with you and I am already loving it.

snehashahid
Автор

The only channel where I am learning python and Java ❤️

swordoftruth_
Автор

I am a 14 years old Game Developer, Android Studio Application Developer, Website Developer and Full-Stack Programmer. I am doing this course to Expert in python. 😎
I was started to learn all this skills when I was 8 years old. I learn all skills from CodeWithHarry except Game Development. I don't pay any money to learn all these skills I learn all things from Youtube. Now I am Ultra Professional IT MASTER. From Pakistan

Ab_Hanan
Автор

Teaching technique is really understandable .... Good sir and Great work by you... You earning blessings from the students as well as people of India

ratndeepparmar
Автор

harry bhai i am 10 class ki bacchi aur maine ye course abhi kuch din phele hi shuru kiya bhout maja aa rha h you are literally helping all of us for free and i am very thankful to you 😄😄

anveshapal
Автор

a = input("Enter your first number: ")
b = input("Enter your first number: ")

sum = (int (a) + int (b) )
print(sum)

That's how i made my program using input and integer command, Thanks Harry <3

VlogsbyR
Автор

❤❤❤ Harry Bhai ty because of you I am able to learn python as I don't know and earlier am a beginner so your teaching style is really convert me a beginner to expert it's very easy to learn from your video as you teach in easy way possible

ShubhamKumar-nfhe
Автор

8:22 Here we are providing first input value as number and Second as a string
it should either be only a string or an integer
that's the reason we converted string to integer using typecasting .

rovin
Автор

Hi, Iam learning Python from your this playlist course, you have other Python courses too. But you don't have to make more because as my experience, this is your best Python course. Thanks to teach us so nicely and greatly. I suggested this playlist to my friends, who wanted to learn Python. They has gave me a very good feedback about this course. Thank you so much to teach us.😊😊😊

PixelFloze
Автор

Thank you sir for python course tutorial... Sir you are helping a lot of us for reducing errors ☺️☺️

learnwithmansii
Автор

a=input(first number)
b=input(second number)

Print(''sum of number is", int(a)+ int(b))

krishna.sikariwa.
Автор

Sir, thank you very much for such an interesting lesson. I have never done any coding before, but I feel I must learn from this.

sulemananis