Please, Add ability to accept user input in console.
hope this will help to understand the problem. when i execute the below Python code using Ctrl+B the console opens & runs the code but it take no input.
Name = input("Write your name: ")
print(“Your name is : {}”.format(Name))
Note: I don’t like using sublime REPL as it opens another tab.