darkknightforces darkknightforces
  • 02-06-2021
  • Computers and Technology
contestada

Write a program to accept radius and find area of circle

Respuesta :

TJC07
TJC07 TJC07
  • 02-06-2021

Answer:

Change it however you'd like

Explanation:

from math import pi

def findArea(rad):

   return (rad**2) * pi

#test

print(f"Area of the circle: {findArea(5)}")

Answer Link
Аноним Аноним
  • 02-06-2021

Answer:

the answer above me is correct

Explanation:

Answer Link

Otras preguntas

. Which of the following is equivalent to “the product of 2 and 3 is increased by 7”? A. (2 + 3) + 7 B. 2(3) + 7 C. (2 + 3) – 7 D. 2(3) – 7
i need a theme and a quote to go with it from the novel any small goodness pls
it is given that R=2q-5 and Q=3p+2. Find the numerical value of R when p=3​
Solve for x (hint - use the quadratic formula):
please help with this question i will mark you brainliest !
What is guardian?????
use graph to answer the question
PLZ HELP ILL GIVE BRAINLIST
6 = r + 2 Addition and Subtraction Equations 11.2
What is the slope-intercept form equation of the line that passes through (1, 3) and (3, 7)?