Course Name: Python for Trading: Basic, Section No: 2, Unit No: 12, Unit type: Exercise
please help me to solve this exersise as I am unale to solve .
which syntex i have to use?
why? to solvethe problem/
thanks.
Hi Hemchandra,
In the right, there is a black console where you need to write the code according to the Instructions given in the left side of the screen.
In the exercise, the instruction is given to import numpy library using the import statement. You need to submit your answer, the Python code (import numpy), in the black console in the right.
This is a practice exercise to import libraries. This will be helpful in the coming sections where you need to import various libraries and use them to solve more complex problems in Python.