diff --git a/test.py b/test.py index 8c44f38..129130b 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,7 @@ import e -l = [1,2,3,] +l = [ + 1, + 2, + 3, +]