Functions in Python | Python Tutorial in Hindi 10

preview_player
Показать описание
Functions in Python - 10

➖➖➖➖➖➖➖➖➖➖➖➖➖
❤️Do Like, Share and Comment ❤️

➖➖➖➖➖➖➖➖➖➖➖➖➖
📣Want to connect with me? Check out these links:📣

➖➖➖➖➖➖➖➖➖➖➖➖➖
⭐Content⭐
✅ 00:00 Functions
✅ 05:28 Function Types
✅ 06:51 Function Syntax
✅ 11:32 Function Examples

➖➖➖➖➖➖➖➖➖➖➖➖➖
⭐Topics covered in this video:
Functions in Python
Types of functions
function syntax
function examples
return statement
pass statement
Python for beginners

➖➖➖➖➖➖➖➖➖➖➖➖➖
Related videos:

⭐Introduction to Python Programming | Python Tutorial in Hindi 1:

📢Python Project for Data Analysis:

📢Full SQL Tutorial in One Video:

📢Full Excel Tutorial in one Video:

📢Full Power Bi + Tutorial in one Video:

🔖Complete Data Analyst Roadmap:

➖➖➖➖➖➖➖➖➖➖➖➖➖
Hope you liked this video and learned something new :)
See you in next video, until then Bye-Bye! :)

Keep learning n Keep Growing 🚀

#functionsinpython #pythontutorial #pythoninhindi
Рекомендации по теме
Комментарии
Автор

Way of explanation is very easy this series is best for beginners 👍

anitasolanki-wppl
Автор

thanks rishabh bhai for this video pls keep it up as i am studying from your channel to get ajob pls help by uploading all the details for becoimg a product analyst

akashshelke
Автор

Thank you so much Sr, apke jaise koi explain nhi kr sakta ...saari tension hi khatam or itna easy or one to one example se samjhya with all points tits and tats .jo koi nhi samjhata .. Thank you so much please libraries ka bhi videos banaye

isha
Автор

Hi Rishabh, I am 45 years old, non IT precession mid management working in MNC, i tried to learn Python in past 5 years but had to left, I lost interest as i was not be able to understand these concepts . First time i am enjoying learning Python as able to understand all the concepts you explain so well. I decided to complete this series, lets your way of explanations are best as compared to many paid courses i opted. Keep teaching, you don't even having idea how you are transformation people professional journey.

rahulsingh-mmtm
Автор

Sir, I came across your SQL and Python series, I loved a lot your teaching skill.
🙏🙏

pawankumar-ldjq
Автор

I love the way are you teaching, the concept was totally clear U make me understand in very easy way Tq @rishaabh bhaiya

Reactionface
Автор

Brother make one project on time series analysis and hypothesis testing i have watch many videos but i didn't get any clear concept you teaching style is fabulous i know only you can clear my doubt on this topic if you can do this it'll very help full for me to crack the interview

Ranjit-K
Автор

i will just say one thing you"re very underrated

bumblebees-luqt
Автор

def cel_fh(c):
f=(c*9/5)+32
return f
temp_f=cel_fh(25)
print("The temprature in fh is :", temp_f)

VeilOfKnowledge
Автор

Thanks, brother. I've been waiting a long time for your Python lesson.

sifatnowshin
Автор

#Defining functions first

def add(a, b):
result = a + b
return (print(result, type(result)))
def minus(a, b):
result = a-b
return (print(result, type(result)))
def multi(a, b):
result = a*b
return (print(result, type(result)))
def divi(a, b):
result = a/b
return (print(result, type(result)))
def avg(a, b):
result = (a+b)/2
return (print(result, type(result)))

#Using function to write calculator code:

a = int(input('enter your first no. here: '))
b = int(input('enter your second no. here: '))
opp = int(input('choose which opperation: \n(1=add, 2=subtract, 3=multiply, \n 4=divide, 5=average.)'))
if opp==1:
print(add(a, b))
elif opp==2:
print(minus(a, b))
elif opp==3:
print(multi(a, b))
elif opp==4:
print(divi(a, b))
else:
print(avg(a, b))

# this calci only does operation on 2 digits.

_._SAM_._._
Автор

nice lec keep continue sir god bless u

Shivanshbhandari_
Автор

Thank you so much sir for updating vedio on regulR basis.
Very nice way of teaching

CheerfulMountainLandscap-gkpn
Автор

Happy teachers day! Thank you for all the courses and projects. You are amazing! 👏

aish
Автор

a = float(input(" What is your first no.? "))
b = float(input(" What is your second no.? "))
c = input("what type of opperator you wanna to perform 1=add, , , 2=subt, , , 3=multiply, , , 4=division, , , 5=avg")
if c == '1':
sum = a+b
print(f"addition is {sum}")
elif c =='2':
diff = a-b
print(f"subtraction is {diff}")
elif c == '3':
mult = a*b
print(f"multiplication is {mult}")
elif c == '5':
avg = (a+b)/2
print(f"avg is {avg}")
elif c == '4':
if b == 0:
print("division is INFINITE")
else:
print(f"the division is {a/b}")
else:
print("ERROR")

janghujaat
Автор

def calc(a):
if(a==1):
num1=int(input("enter your 1 number"))
num2=int(input("enter your 2 number"))
s=num1+num2
print("Answer = ", s)
elif(a==2):
num1=int(input("enter your 1 number"))
num2=int(input("enter your 2 number"))
s=num1-num2
print("Answer= ", s)
elif(a==3):
num1=int(input("enter your 1 number"))
num2=int(input("enter your 2 number"))
s=num1*num2
print("Answer= ", s)
else:
num1=int(input("enter your 1 number"))
num2=int(input("enter your 2 number"))
s=num1/num2
print("Answer= ", s)


print("press 1 for addition")
print("press 2 for subtraction")
print("press 3 for multiplication")
print("press 4 for division")
n=int(input("enter your choice = "))
calc(n)

amansinghrajput
Автор

Always good to see you sir, sir can you made a videos on beginners course list only who are just enter in The Computer field or you can say IT sector and Data science by the way i want from you that please made a videos on R prog., STATA, Data Analysis using SPSS as these were part of M.A economics if you would made or just tell me the roadmap it will be very helpful sir

Dwn.P-c
Автор

Suggest some books to learn data analysis from basics to advance

aadarshparikh
Автор

sir can you make videos daily
we have to wait for your videos and thanks ❤❤❤

aadilmajeed
Автор

Bro make video on library that requires for data analyst like . I know that you know better than me so please make video on library that most requir for data analyst

pritpatel
welcome to shbcf.ru