English, asked by afsal1157, 8 months ago

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 pakshal6206
0

Answer:

MEANING LESS BOEING QUESTION BRL ASK MEANING FULL QUESTIONS

Answered by WessamWalid01
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