I just started learning python and for some reason when I use the “print” command in python I get the time it took to complete the command but it doesn’t print it in the terminal. I took a screenshot and hope someone can tell me what I’m doing wrong! Thanks
New to python, "print" command not working in terminal
OdatNurd
#2
It seems to work for me OK out of the box under MacOS 10.10.5 and Sublime 3. Are you using a custom build system or the default python one?
0 Likes
mnganele
#3
I got it to work! I had it on a custom python3 build, when I switched back to the default python2 build I see the correct output and execution time. Thanks for the help!
1 Like