Skip to content

Commit cac646c

Browse files
authored
Create solution.hide.py
1 parent b5f935d commit cac646c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
my_list = [232,32,1,4,55,4,3,32,3,24,5,5,5,34,2,35,5365743,52,34,3,55]
2+
3+
# Your code here
4+
for item in my_list:
5+
print(item)

0 commit comments

Comments
 (0)