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) ...
Get Hello World! Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.