+ 2
at the last line I am getting "string literal in condition" please help me out
6 odpowiedzi
+ 5
You need to add “responce”
elseif response == "a" or response == "A"
+ 3
Hi Swapnil Srivastava
I think you need to add a double equal on the last condition as all the rest have one ‘==‘
Remember to read all of the warnings as it says:
./Playground/:116: warning: found = in conditional, should be ==
‘should be ==‘ not = it is saying
+ 2
Swapnil Srivastava i have found the problem
+ 1
did'nt helped
+ 1
x-plain me dude
0
😢did'nt helped either