#!/usr/bin/env python import rps import random for turn in xrange(rps.turns): rps.play(random.randrange(3))