On linux, I am trying to run a .py file that contains multiple calls to input(). I have selected Tools > Build system > Python. When I press f7 or Ctrl-B in the .py file window in sublime, a window opens at the bottom of my file and I get the prompt from the first call to input(). The execution window responds to the \n and then there is nothing:
Welcome to the sign-up form.
Please provide your email and phone number so we can contact you.
Phone number: 123-456-7890
This program works when I execute “python3” from the linux command line.
What am I missing?
Thanks,
John