Hackathon Project - Help Please

Hi Everyone! I have a student working on the below code and for some reason the .join(“\n”) is not taking his list and making it a string with new lines. If I change the .join(“,”) it does make it a string with commas. Can you see the issue?

Thank you,
Carla

https://studio.code.org/projects/applab/0XVZuIhUDLoq1gvTxpJDLYwWcHLbHvo0HLf-Lrm0_IA

It is the problem of the screen element that you are writing to. I used a label and it works correctly. Change the screen elements to labels.

1 Like

Thank you so much! I was so focused on the syntax of script than looking at his UI build. Thank you again!