Computer Science, asked by shivani2289, 2 months ago

Write a python program to calculate the area of a circle taking the input from the user ( = 3.14​

Answers

Answered by nidhikumari20021
1

Answer:

this is a best answers to you help ful.

Attachments:
Answered by sanjaypnd80gmailcom
0

Answer:

Area of Circle in Python | Program for Area of Circle in Python

•INPUT FORMAT: ...

•OUTPUT FORMAT: ...

•SAMPLE INPUT: 3.

•SAMPLE OUTPUT: 28.27. ...

•Step 1: Get an input from the user using the input () function. ...

•Step 2: Calculate the area of a circle by using the formula area =?r2

•Step 3: Print the output i.e area of the circle. ...

Similar questions