Posts by Eduardo • 1 point
1 post
-
0
votes0
answers191
viewsQ: How to use 4 boxes after the comma in Python 3
I need to calculate the circumference area being: area = π . radius². Considering for this problem that π = 3.14159 (is my n) raio = float(input('insira o raio: ')) n = 3.14159 area = round…