Quickies

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

Python
  1. from random import randint
    randint(0, 2)
    

    0, 1 or 2