Computer Science, asked by wwwapmeena2615, 8 months ago

lab Activity
Give output of the following commands in the Interactive mode of Python:
*2*3.14*5​

Answers

Answered by rajitagupta05
7

Answer:

31.4

Explanation:

maths

r=5

c=2*math.pi*r

print(c)

output 31.4

Similar questions