How can i fix my code!? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i fix my code!?

Look at the code PLEASE https://code.sololearn.com/cymfrCNE1Tn8/?ref=app

19th Apr 2020, 5:23 PM
Kain Hakim
Kain Hakim - avatar
1 Answer
+ 4
In line 4 in if condition you are comparing storyline with variable s. Also after if condition you should write colon. Rewrite the line 4 as if storyline == 's':
19th Apr 2020, 5:26 PM
...