insidesherpa / JPMC-tech-task-1

56 stars 352 forks source link

invalid syntax #232

Open git-shweta opened 4 years ago

git-shweta commented 4 years ago

Screenshot (1) Screenshot (2) when i wrote client.py and server.py without writing python , it worked.

minahil012 commented 4 years ago

I am getting the same syntax error.

dhruti29 commented 3 years ago

@git-shweta and @minahilsaeed06 I think you clone python2 files that's why you get an error. so once you have git installed, you need clone ### git clone https://github.com/insidesherpa/JPMC-tech-task-1-py3.git ### this line in cmd if you are using python3 and if you are using python2 then you need to clone ### git clone https://github.com/insidesherpa/JPMC-tech-task-1-py3.git ### I hope this resolves your problem.