Open AnandS2000 opened 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
repl_mod1_v3.pdf Please see slide 11 (second bullet point)
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