From 3dd52b06a57584920da015276ded43e6e38c9772 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Tue, 21 Jan 2025 13:14:43 -0600 Subject: [PATCH] test --- test.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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, +]