PROGRAMMING:Input the radius of a circle to calculate the circumference, area and surface area of a circle (exercise 3-10, fundamentals and applications of Python programming, Higher Education Society)
Enter the radius of the circle, calculate the circumference, area and surface area of the circle, and keep 3 decimal places.
Note: the radius may be an integer or a decimal.
###Input format:
```
radius
```
###Output format:
```
Perimeter
Circle area
Surface area of sphere
```
###Input example:
```in
ten
```
###Output example:
The corresponding output is given here. For example:
```out
sixty-two point eight three two
three hundred and fourteen point one five nine
one thousand two hundred and fifty-six point six three seven
```
answer:If there is no answer, please comment
Note: the radius may be an integer or a decimal.
###Input format:
```
radius
```
###Output format:
```
Perimeter
Circle area
Surface area of sphere
```
###Input example:
```in
ten
```
###Output example:
The corresponding output is given here. For example:
```out
sixty-two point eight three two
three hundred and fourteen point one five nine
one thousand two hundred and fifty-six point six three seven
```
answer:If there is no answer, please comment