It seems Build is completely broken if the code includes an input(). For example:
myname = input('Type your name: ')
print('Hello', myname)
When I build this code, for example, and type an input into the debug console, nothing happens.
Searched these forums. There seem to be conflicting answers, mainly hack workarounds — but how can such a basic feature not be included? I am using the trial version, but am not about to pay $80 for a code editor that can’t run code.
Mac, Python 3, FWIW… Could this be a setup issue on my end? Or was this feature somehow overlooked?
Thank you.
Mac OS 10.13.6, Sublime Text 3.2.1, Python 3.7.3