Skip to main content
Search
Search This Blog
Priya Digital World
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
July 14, 2020
Python program to find sin angle
#using class to find sin angle
import
math
class
my:
def
cal
(
x
):
sum=math.sin(x)
return
sum
y=float(
input
(
"enter no"
))
x=my.cal(y)
print
(x)
Comments
Popular Posts
August 04, 2023
Falcon Integration in IMPS payment service
July 25, 2020
Python Data Structure Assignment_7.2 || Week 3
Comments
Post a Comment