from random import random, for i in range [0,10]: if random()<0.2: print("Aguila") else: print("Sol")