We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f935d commit cac646cCopy full SHA for cac646c
exercises/02-Loop-list/solution.hide.py
@@ -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