ubsuny / 23-Homework6G5

MIT License
0 stars 8 forks source link

import calculus #62

Closed JustinJaniszewski closed 7 months ago

JustinJaniszewski commented 7 months ago

in "Task_1_cubic.ipynb" why have you written:

from calculus import *

I am not sure what " * " is but isn't it easier to just write "import calculus" or "import calculus as calc"?

poojashresthacode commented 7 months ago
JustinJaniszewski commented 7 months ago

Oh okay, I never knew that. Thanks for letting me know!