Python Valentine Code

// description of your code here

print "\n".join([" ".join(["valentine"[0:n] for n in t]).center(9) for t in [(3,3),(9,)] + map(lambda n: (n,), range(9,0,-2))])

0 Comments

Post A Comment