We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef61aab commit 2f3a670Copy full SHA for 2f3a670
1 file changed
circles_plot.py
@@ -1,6 +1,5 @@
1
# plot a cicle for circles_plot.py
2
import matplotlib.pyplot as plt
3
-import numpy as np
4
# function to draw a circle
5
center = tuple(map(float, input("Enter the center coordinates as x,y: ").split(',')))
6
radius = float(input("Enter the radius of the circle: "))
0 commit comments