test Documentation
calculate_area()
Calculate the area of a circle.
Parameters:
radius
(float): The radius of the circle in meters.
Returns:
float
: The area of the circle in square meters.greet()
Print a greeting message multiple times.
Parameters:
name
(str): The name to greet.times
(int): Number of times to repeat the greeting (default: 1).