

In this tutorial I will teach you about functions in python. This python tutorials for beginners in hindi is for both hindi and urdu students. In this video firstly I will teach you how to create functions in python. How to make functions with arguments in python.
source
Thank u
Excellent video on python fuction .
Sir app bhut Acha explain karte ho. Magar programs theek se dikhai nhi dete plz video bhi clear baneya karo
Thank You Very Much Sir
Sir m FYCS student there is a program like
#Progaram to display odd even number
Vo kise hota h
Sir apna +sign ka use kyu kiya hai hun simple comma nhi dal skta
Very Nice Explanation bro
Perfect explanation
Sir,can we write without arguments and with arguments in one program
Can we write vending machine programme using function loops
Sir make video for class 12 python
Good
Nice
Bhai coaching start Karo gai
Aap bahut achha explain karte ho sir please continue to do this
Thanks, Rishab
SIR G MERA MOBILE MAE CHAL NHI REH DONO PROGRMAE
bhai anonymous function nahi bataya
Well Explained!
Thanks for the video. Looking for more info http://bit.ly/2IJneFM
bhai django ka bhi tutorial daal do
thank you.
very nice series.
App bhut acha samjhate ho sir
Good
भाई थोड़ा ज़ूम करके बताया करो
Define function make_doctor() that takes a parameter name
get user input for variable full_name
call the function using full_name as argument
print the return value
sir,,plzzzz give me the solution for this…..either in the comments or to my mail nehaksvij153@gmail.com
HI.
please tell me defference b/w arguments and perameter.
Sir please make a video on modules
Sir please upload a video function with return value.
9s tutorials
Ap bahut achha sajhate ho
>>> def p (k):
print("dd"+ k)
>>> p(23)
sir why this is giving error
File "<pyshell#43>", line 1, in <module>
p(pwd)
File "<pyshell#42>", line 2, in p
print("dd"+ k)
TypeError: Can't convert 'int' object to str implicitly
hello! i just want to know what does function with and without return value mean ? i mean what's the difference b/w them? thankyou