Skip to content

Commit 2f3a670

Browse files
authored
Update circles_plot.py
1 parent ef61aab commit 2f3a670

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

circles_plot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# plot a cicle for circles_plot.py
22
import matplotlib.pyplot as plt
3-
import numpy as np
43
# function to draw a circle
54
center = tuple(map(float, input("Enter the center coordinates as x,y: ").split(',')))
65
radius = float(input("Enter the radius of the circle: "))

0 commit comments

Comments
 (0)