ubsuny / 23-Homework6G4

Apache License 2.0
0 stars 11 forks source link

what is pickle? #83

Open JustinJaniszewski opened 7 months ago

JustinJaniszewski commented 7 months ago

in your steps_cubic(x).ipynb file you write,

from pickle import TRUE

I don't see it referenced later in the file anywhere. Could you briefly explain the point of this import?