Pycee and PythonBuddy both have no support for the input() function. I see this feature as a great addition as it's common for newcomers to use this builtin on their code examples and exercises.
Pycee could handle this by piping the stdin usage of the subprocess that executes the given code to the main process.