Quotes help make search much faster. Example: "Practice Makes Perfect"

Sunday, September 1, 2019

Codecademy Learn Statistics With Python Boxplots Exercise 2/7


# Sample Solution
import numpy as np
from data import dataset

# Define dataset_median here:
dataset_median = np.median(dataset)

#Ignore the code below here
try:
  print("The median of the dataset is " + str(dataset_median) + ".")
except NameError:
  print("You haven't defined dataset_median")

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts