Matrix

import random as neo

if neo.choice(['red', 'blue']) is 'red':
    real_world.welcome(neo)
Vote up this code2