Skip to content

Commit 5899720

Browse files
authored
Update app.py
1 parent 3b60a1a commit 5899720

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.2-Loop-adding-two

1 file changed

+1
-1
lines changed

exercises/02.2-Loop-adding-two/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
my_sample_list= [3423,5,4,47889,654,8,867543,23,48,56432,55,23,25,12]
1+
my_sample_list = [3423,5,4,47889,654,8,867543,23,48,56432,55,23,25,12]
22

33
# Your code below, don't change anything above
44

0 commit comments

Comments
 (0)