Save
Year\8
coding
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Sama.ra
Visit profile
Cards (2)
celcius
=eval(input("enter the degrees in
celcius
: "))farenheit=(celcius*
9
)/
5
+
32print
("The degrees in farenheit is ",
farenheit
)
radius=eval(input("enter the radius :"))
area
=
3.14
*radius*
radiusprint
("The area of the
circle
is ", area)