Skip to content

Commit b2c8212

Browse files
committed
Update student names in filter_data function
1 parent ff01be8 commit b2c8212

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

filter_student_height_weight/filter_student_height_weight.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ def filter_data(students):
33
return result
44

55
students = {
6-
'Cierra Vega': (6.2, 70),
7-
'Alden Cantrell': (5.9, 65),
8-
'Kierra Gentry': (6.0, 68),
9-
'Pierre Cox': (5.8, 66)
6+
'Mukesh': (6.2, 70),
7+
'Anant': (5.9, 65),
8+
'Nita': (6.0, 68),
9+
'Radhika': (5.8, 66)
1010
}
1111

1212
print("Original Dictionary:")

0 commit comments

Comments
 (0)