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)