0
The other operators wont work, help me please
Im trying to get an output https://code.sololearn.com/WeQDsDPxBV2t/?ref=app
2 Answers
0
Matthew Bellamy ,
You should use == instead of = in if statement.
= assigns value
== compares value.
+ 1
Wow it works thanks brother!