0
Arithmetic arranger
why is this function not working properly. it keeps returning the "invalid operand " while the inputs are all correct https://code.sololearn.com/c1bNjz9IUm7f/?ref=app
1 Odpowiedź
+ 2
You need to use and operator instead of or operator for conditions to work properly.