Computer Science, asked by vedanshv, 3 months ago

How to do a program in python script mode to calculate the radius of a circle.

Answers

Answered by anvisha27009
2

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. ...

Input:

Explanation:

Similar questions