diff --git a/README.md b/README.md index 3e18533..be2d71c 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,9 @@ float('inf'), float('nan') ### Random ```python from random import random, randint, choice, shuffle +``` + +```python = random() = randint(from_inclusive, to_inclusive) = choice()