Skip to content

Commit 36d12f7

Browse files
authored
Update 4_NumPy_2_Baseball players' height.py
1 parent 365887a commit 36d12f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4_NumPy_2_Baseball players' height.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np
55

66
# Create a numpy array from height: np_height
7-
np_height=np.array(height)
7+
np_height=np.array(height_in)
88

99
# Print out np_height
1010
print(np_height)

0 commit comments

Comments
 (0)