Project 1 in python for machine learning

How do i rectify the error???

Hi Atif,
Thanks for your question. You are getting an invalid syntax error because you are using python 2 instead of python 3.
To use Python 3 on Cloudxlab web console
Run the following commands

export PATH=/usr/local/anaconda/bin:$PATH
python3

After running these two commands you should be able to run your program in Python3.
Hope this solves your issue.

Its is working fine thanks

Can you please help with the above error

Please ignore its working fine