
ahmed suleman
1,663 PointsCreate a slice of the provided student_gpas list that includes the 3rd through the 5th elements in the list. Assign the
I keep getting whoops
student_gpas = [4.0, 2.3, 3.5, 3.7, 3.9, 2.8, 1.5, 4.0]
student_gpas[2:6:2]
I keep getting whoops
student_gpas = [4.0, 2.3, 3.5, 3.7, 3.9, 2.8, 1.5, 4.0]
student_gpas[2:6:2]