Skip to content

Commit 1355ee1

Browse files
authored
Merge pull request #11 from yesbhautik/patch-2
add new
2 parents ba34d6b + 85124d5 commit 1355ee1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Intro to Python for Data Science/NumPy - Chapter 4.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767

6868
# Print out light
6969
print(light)
70+
71+
# Print out BMIs of all baseball players whose BMI is below 21
72+
print(bmi[light])
7073
#---------------------------------------------------------------------------------------------------#
7174

7275
#Subsetting Numpy Arrays

0 commit comments

Comments
 (0)