Functions[Chapter-4]:Python Tutorial 34

Publicado el: 21 abril 2019
en el canal de: 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...!!!


En esta página del sitio puede ver el video en línea Functions[Chapter-4]:Python Tutorial 34 de Duración hora minuto segunda en buena calidad , que subió el usuario Divya Bharati 21 abril 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 59 veces y le gustó 10 a los espectadores. Disfruta viendo!