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.
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.

  Python sandbox

This window allows you to run Python code without installing a thing. The code you write here is <b>not</b> automatically submitted to Dodona.