+ 1
what's wrong
3 odpowiedzi
+ 3
You have a comma after noun[0] in your print statement at the end.
You should probably also add spaces after each string in the print statement to make it easier to read.
Instead of "The", use "The " + noun[0] + " has ".
And remember Sololearn's compiler doesn't do real-time input. You have to do all of your entries I.e. 12 words after you hit run. Each entry needs to be on a new line.
+ 3
thanks alot
+ 2
Happy to help!
Enjoy your coding.