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 e1b9402 commit f73524fCopy full SHA for f73524f
exercises/04.1-count_on/app.py
@@ -1,7 +1,3 @@
1
-
2
-my_list = [42, True, "towel", [2,1], 'hello', 34.4, {"name": "juan"}]
3
+data_types = [42, True, "towel", [2,1], 'hello', 34.4, {"name": "juan"}]
4
5
#your code go here:
6
-hello = [[2, 1], {'name': 'juan'}]
7
-print(hello)
0 commit comments