Index
[SYMBOL][A][B][C][D][E][F][G][H][I][J][K][L][M][N][O][P][Q][R][S][T][U][V][W][X][Y]
SYMBOL
' (single quotes in strings) / (forward slash) \ (backslash), 2nd, 3rd \n (newline) # (for comments), 2nd % (percentage sign), 2nd, 3rd %d (integer in format string) %E, %e (E-notation in format string) %F, %f (float in format string), 2nd negative numbers positive numbers %G, %g (choice of float or E-notation in format string) %i (integer in format string), 2nd %s (string in format string) <>(not equal to) >> (redirecting output) >>> (Python prompt), 2nd - (minus/subtraction) -= (decrement) != (not equal to), 2nd ** (exponentiation) / (division) % (modulus) + (plus/addition), 2nd, 3rd, 4th += (increment) = (assignment), 2nd == (testing if equal) ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access