so i recently picked up a python book, but my question is whats happening when i type in "print <whatever>" like what is the actual code produced in that line to make it print? im going to get shutdown here, but im really curious because well, I want to program! thanks, nopity
i figured that but is there a way to find out what a line of code actually means? and just because people arent supposed to know that stuff.
start reading books about programming as there is a number of different program languages out there like cobal, basic, visual basic & others. who says or said "people aren't supposed to know that stuff."?
the man doesnt people knowing that stuff. but ill have to check around and look for something. thanks!
who told you that because if he didn't want people knowing that then there would be no computers & smart phones?
http://www.cplusplus.com/reference/cstdio/printf/ Don't forget that for most uses these days "print" and "type" mean practically the same.. whereas decades ago "print" sent <whatever> direct to the printer spooler and "type" sent the output to the "screen" or "TTY" output