szabgab / wis-python-course-2024-11

24 stars 1 forks source link

day2 by Yulia Eriukova #61

Closed yuliaerk closed 2 weeks ago

yuliaerk commented 2 weeks ago

https://github.com/yuliaerk/python-assignments

HadarKlimovski commented 2 weeks ago

in day2.ipynb you have an error : NameError: name 'math' is not defined

you need to import the package if you want it to work : ''''' import math as .. """

yuliaerk commented 2 weeks ago

in day2.ipynb you have an error : NameError: name 'math' is not defined

you need to import the package if you want it to work : ''''' import math as .. """

thanks, I fixed it, @HadarKlimovski

HadarKlimovski commented 2 weeks ago

good job (👍