0
How can i fix my code!?
Look at the code PLEASE https://code.sololearn.com/cymfrCNE1Tn8/?ref=app
1 Antwort
+ 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':