Computer Science, asked by yasha6235, 15 days ago

write a program to take three sides of a triangle as an inpust and find the compound interest​

Answers

Answered by 20190023785
0

Answer:

Write a program to input the radius of a sphere and calculate its volume (V = 4/3πr3)

Python

Python Data Handling

CBSE

1 Like

ANSWER

import math

r = float(input

pri

OUTPUT

Enter radius of sphere: 3.5

Volume of sphere =

Similar questions