Meaningful input prompt would be a big help
It would be nice if there was a way to display the coder's input prompts when running a code in the Code Playground. When you run a code that requires end user input, you just get the popup input window with the annoying "Seems like your program requires input Split multiple entries into separate lines" Which is OK, i guess, if it's your own code or the code is really simple and obvious, like first_name = input("Please enter your first name: ") last_name = input("Please enter your last name: ") print("Thank you,", first_name, last_name + "!") But if it's long or complex, you have to read through the whole code and if multiple inputs are required, remember them. I love trying out other coders' codes, but this input thing makes it darned difficult without copying the code and pasting it elsewhere to run it, rather than simply clicking "Run". Is there any way for SL to substitute the coder's input prompts for the generic "Seems like your program requires input", possibly in sequential popup windows, one for each input required?