diff --git a/vaasu_trial_to_delete_by_vaasu.py b/vaasu_trial_to_delete_by_vaasu.py new file mode 100644 index 0000000..047c0b8 --- /dev/null +++ b/vaasu_trial_to_delete_by_vaasu.py @@ -0,0 +1,5 @@ +import matplotlib as plt + +a = list(range(10)) +b = a.copy() +plt.plot(a, b) \ No newline at end of file