Circumference 2

Sign in to test your solution.
# Calculate the circumference and area of a circle from its radius. import math # Import math library # Step 1: Prompt user for a radius (and convert to a number). # Step 2: Apply the area and circumference formula. # Step 3: Print out the results.