Import math
area=float(n1*n2)/2
num3=int(n3)
pi=math.pi
x=round(area,num3)
y=round(pi,num3)
return(x, y)
This blog has content related to python programing language and Automation with python and hacker rank solutions , leet code solution
Import math
return(x, y)
Comments
Post a Comment