import random suit = ... face = ... for count in range (10): if face==... : if suit==... : print ..., "of", ... elif suit==... : print ..., "of", ... else: print ..., "of", ... elif face==... : ... else: ...