its showing an error like
File “/usr/local/lib/python3.6/dist-packages/numpy/lib/polynomial.py”, line 592, in polyfit
x = NX.asarray(x) + 0.0
TypeError: must be str, not float
how to fix it
It is useful for your posts to include a link to the Codecademy content on which you are working, so that users can find the instructions and their own version of the code, for comparison with yours.
We will need to see more of your code in order to find the problem. Please remember to format any code that you post, so that we can see important details, such as indentation and underscores. See How to ask good questions (and get good answers) for advice on how to format code for posting.