From 3452c6a0954b4f1650c012110164bf9cf6a6649a Mon Sep 17 00:00:00 2001 From: Kaveri teli <70428292+KAV143-teli@users.noreply.github.com> Date: Mon, 7 Sep 2020 09:45:18 +0530 Subject: [PATCH] List --- List | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 List diff --git a/List b/List new file mode 100644 index 0000000..0375906 --- /dev/null +++ b/List @@ -0,0 +1,3 @@ +T=(10, 20, 30) +K=list(T) +Print(K)