Learn what is function
module, built in funcion and creating user defined function in python
import math
value=math.sqrt(25)
print(value)
pvalue=math.pow(5,5)
print(pvalue)
def add():
num1=10
num2=20
sum=num1+num2
print("The result of addition is",sum)
add()
En esta página del sitio puede ver el video en línea Using Function In python, Function in python, Python function, user defined function in python de Duración hora minuto segunda en buena calidad , que subió el usuario Praveen Srivastava 08 marzo 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 77 veces y le gustó 10 a los espectadores. Disfruta viendo!