We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92dfa3e commit 78ac14eCopy full SHA for 78ac14e
exercises/04.1-count_on/app.py
@@ -1,3 +1,3 @@
1
my_list = [42, True, "towel", [2,1], 'hello', 34.4, {"name": "juan"}]
2
3
-#your code go here:
+# Your code here
0 commit comments