Skip to content

Commit a0b3ea7

Browse files
authored
Update app.py
1 parent b53c055 commit a0b3ea7

File tree

1 file changed

+2
-3
lines changed
  • exercises/13.1-Filter_and_list

1 file changed

+2
-3
lines changed

exercises/13.1-Filter_and_list/app.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
all_names = ["Romario", "Boby", "Roosevelt", "Emiliy", "Michael", "Greta", "Patricia", "Danzalee"]
12

2-
all_names = ["Romario","Boby","Roosevelt","Emiliy", "Michael", "Greta", "Patricia", "Danzalee"]
3-
4-
#Your code go here:
3+
# Your code here
54

65
print(resulting_names)
76

0 commit comments

Comments
 (0)