There was an error while loading. Please reload this page.
1 parent b53c055 commit a0b3ea7Copy full SHA for a0b3ea7
exercises/13.1-Filter_and_list/app.py
@@ -1,7 +1,6 @@
1
+all_names = ["Romario", "Boby", "Roosevelt", "Emiliy", "Michael", "Greta", "Patricia", "Danzalee"]
2
-all_names = ["Romario","Boby","Roosevelt","Emiliy", "Michael", "Greta", "Patricia", "Danzalee"]
3
-
4
-#Your code go here:
+# Your code here
5
6
print(resulting_names)
7
0 commit comments