0
Why isnt the else working?
So, you have to put a sentence and if u dont put it, it would have to warn you. But whatever sentence you put, it will say the same thing. Can you please help me? https://code.sololearn.com/WujOR2E6DAao/?ref=app
2 Réponses
+ 6
You only have one = and are reassigning test. Change to == for comparison.
if(test == "Apples are good")
+ 1
ChaoticDawg Thanks