Using Function In python, Function in python, Python function, user defined function in python

Published: 08 March 2022
on channel: Praveen Srivastava
77
10

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()


On this page of the site you can watch the video online Using Function In python, Function in python, Python function, user defined function in python with a duration of hours minute second in good quality, which was uploaded by the user Praveen Srivastava 08 March 2022, share the link with friends and acquaintances, this video has already been watched 77 times on youtube and it was liked by 10 viewers. Enjoy your viewing!