How do u make the below statement simple without changing what it does?'if (crowd > 500) == true: return "crowded" elif (crowd < 5) == true: return "empty" else: return "okay"'
Answers
Answered by
0
Answer:
MEANING LESS BOEING QUESTION BRL ASK MEANING FULL QUESTIONS
Answered by
0
Answer: Remove ==True
Explanation: Technically it has no use because the already test the condition between the brackets and evaluate if it is true or not.
Similar questions