Computer Science, asked by amrithaadithya62, 6 months ago

To print circumfrence of a circle if its radius is 5

Answers

Answered by kevinsebinranger
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 Nikh75
0

Explanation:

2*22/7*r=

44/7*5=

220/7=

3.1428=

3.14m

Similar questions