How can i fix my code!? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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
...