14th Mar 2023, 10:10 AM
Michael Brian
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.
14th Mar 2023, 10:25 AM
Ausgrindtube
Ausgrindtube - avatar
+ 3
thanks alot
14th Mar 2023, 10:42 AM
Michael Brian
+ 2
Happy to help! Enjoy your coding.
14th Mar 2023, 12:52 PM
Ausgrindtube
Ausgrindtube - avatar