insidesherpa / JPMC-tech-task-1

56 stars 352 forks source link

Error occurs while running the module in repl.it #188

Open AnandS2000 opened 4 years ago

AnandS2000 commented 4 years ago

CODE:- if (price_b == 0): return 1 return price_a/price_b

ERROR:- File "client.py", line 45 if (price_b == 0): ^ IndentationError: unindent does not match any outer indentation level

pratikgp commented 4 years ago

repl_mod1_v3.pdf Please see slide 11 (second bullet point)