Essential Terms
Completion requirements
Browse the glossary using this index
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 | Z | ALL
R
random modulea standard Python module used for generating random values | |
regular expressiona string of special characters used to define search patterns | |
relational operatoran operator used to compare two values (like ==, !=, <, or >) | |
returna statement used in a function to send output back to the caller | |