```python
def circle_area(radius):
return 3.14 * radius * radius
radius = 5
area = circle_area(radius)
print('The area of the circle is:', area)
```
```python
print('The area of the circle is:', 3.14 * 5 * 5)
```
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art