diff --git a/test.py b/test.py index ed6ae93..571f7bb 100644 --- a/test.py +++ b/test.py @@ -1 +1,2 @@ -import numpy \ No newline at end of file +import numpy as np +x = [1,2,3,4] \ No newline at end of file