Skip to content

Commit 52eca80

Browse files
authored
Create solution.hide.py
1 parent b61406f commit 52eca80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
my_sample_list= [3423,5,4,47889,654,8,867543,23,48,56432,55,23,25,12]
2+
3+
# Your code below, don't change anything above
4+
5+
for i in range(0, len(my_sample_list), 2):
6+
print(my_sample_list[i])

0 commit comments

Comments
 (0)