Chapter 1: Introductory Concepts
Example 1.6, Page number: 1.19
In [1]:
import
math
radius
=
5
area
=
math
.
pi
*
radius
*
radius
print
"Area = "
,
area
Area = 78.5398163397
In [ ]: