Python Vocabulary - Reverse Flashcards
(49 cards)
closes and saves the file
close()
a library built into python
os.path
greater than or equal
>=
indicates a multi-line quote
”””
imports certain commands from python libraries
from [library] import [argument]
a command within os.path that determines whether a file exists or not
exists
a library built into python
sys
tab character
\t
Character with 16 bit hex value xxxx (unicode only)
\uxxxx
Character with octal value ooo
\ooo
formatter that indicates a decimal number
%d
plus
+
ASCII Backspace (BS)
\b
single quote
'
slash
/
add what’s to the right, then set equal to what’s on the left
+=
double quote
"
writes text to an open file
write()
surrounds a string or line of text
” or ‘
less than
<
ASCII Bell (BEL)
\a
Character with hex value hh
\xhh
formatter used for debugging
%r
character named in the unicode database (unicode only)
\N