To print circumfrence of a circle if its radius is 5
Answers
Answered by
1
Answer:
i am writing the python syntax
radius = 5
pi = 3.14
circumference = 2 * pi * radius
print(circumference)
i wrote this because i learn python
hope it helps if you are learning python
plz.. make me as the brainliest plz....
Answered by
0
Explanation:
2*22/7*r=
44/7*5=
220/7=
3.1428=
3.14m
Similar questions