Python Hard Ch 1 - 21 Flashcards

Zed's Learn Python the Hard Way, Ch 1 - 21. Terms, commands, functions.

1
Q

print

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

#

A

Octothorpe; use to write comments in code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly