Reference | choice()
| Syntax | choice(list) | |
| Description | Returns one random item from the list supplied as parameter. Using the choice() command is an alternative to the obscure list[random(len(list)] command. | |
| Returns | a random item from the given list | |
| Tutorial | Lists | |
| Example |
|

