whats the problem? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
6 Antworten
+ 4
Hi Szabi103 The error is in your print statement Here: print s This is wrong It should be: print (s) Use ()
4th Jul 2018, 5:25 PM
Agent
Agent - avatar
4th Jul 2018, 5:50 PM
Agent
Agent - avatar
+ 1
Hi
4th Jul 2018, 5:26 PM
Szabi103
+ 1
I figured out the 3rd line but whats up with the 4th?
4th Jul 2018, 5:40 PM
Szabi103
+ 1
Remember the print statement uses parenthesis print ()
4th Jul 2018, 5:46 PM
Agent
Agent - avatar
+ 1
Thank you ;)
4th Jul 2018, 5:52 PM
Szabi103