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 53cb910 commit f622e38Copy full SHA for f622e38
exercises/01.4-Add-item-to-list/app.py
@@ -1,5 +1,5 @@
1
-#Remember import random function here:
+# Remember to import random function here
2
3
-my_list = [4,5,734,43,45]
+my_list = [4, 5, 734, 43, 45]
4
5
-#The magic is here:
+# The magic goes below
0 commit comments