Python Hard Ch 1 - 21 Flashcards
Zed's Learn Python the Hard Way, Ch 1 - 21. Terms, commands, functions.
1
Q
A
Evaluates the expression and writes the object to standard output. If the object is not a string, it is converted to a string then written.
2
Q
#
A
Octothorpe; use to write comments in code