From 92368ecaf458e003e83fd11efba4ed6371ac2b1b Mon Sep 17 00:00:00 2001 From: Sunil Anandatheertha <66170566+SunilAnandatheertha@users.noreply.github.com> Date: Tue, 31 May 2022 14:32:00 +0100 Subject: [PATCH] a practise. - va --- vaasu_trial_to_delete_by_vaasu.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vaasu_trial_to_delete_by_vaasu.py 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