print function does not show output on sublime text 3 console
Solved it,
Press Ctrl+Shift+B
after which a list pops up, select python from that list and its done. From next time just pressing Ctrl+B
will work.
'Ctrl+Shift+B' Means "Build this code and then RUN it" instead of simply compile it