Development Python

import random
print random.choice(['A', 'B', 'C'])
print random.choice(['A', 'B', 'C'])