Quickies

[categories] [index] [all (527)] [latest]

Python
  1. import random
    random.choice(['a', 'b', 'c', 'd'])
    

    'b'