Functions[Chapter-4]:Python Tutorial 34

Published: 21 April 2019
on channel: Divya Bharati
59
10

This video covers how to #declare & #define #functions. very important topic.Must watch previous videos to make it more clear. Source codes are given below:

def add_two(num1,num2):#formal arguments
return num1+num2
a=int(input("Enter 1st num:\n"))
b=int(input("Enter 2nd num:\n"))
total=add_two(a,b)#actual arguments
print(total)

Thank you...!!!


On this page of the site you can watch the video online Functions[Chapter-4]:Python Tutorial 34 with a duration of hours minute second in good quality, which was uploaded by the user Divya Bharati 21 April 2019, share the link with friends and acquaintances, this video has already been watched 59 times on youtube and it was liked by 10 viewers. Enjoy your viewing!