Hello!
I discovered how to put python to run on console of sublime text 3. but it doesnt run after input. for example:
i wrote:
n=input('Input a number: ')
print n
i run this and it asks for number. i put 100 for example, i hit enter and nothing happens. what am i doing wrong?