In the book I am using to learn basic Python, it says: “Sublime Text doesn’t run programs that prompt the user for input. You can use Sublime Text to write programs that prompt for input, but you’ll need to run these programs from a terminal.”
Is there a way around this, without using having to use the terminal?