Login using Social Account
     Continue with GoogleLogin using your credentials
How to get started:
Using Command Line Interface
In the web console tab on the right side of the screen, type the following command to enter the default Python IDE
export PATH=/usr/local/miniconda/envs/python3.10/bin:$PATH
python
You can check the version using the below command at the Command Line (outside the Python prompt)
python -V
Using Jupyter notebook
In the Notebook tab on the right side of the screen, make sure to be using Python3.10 Kernel. If not, you may change the kernel to Python3.10 as follows:
Click on Kernel -> Change Kernel -> Python3.10 from the menu at the top
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...