aboutsummaryrefslogtreecommitdiff
path: root/challenge-124/laurent-rosenfeld/python/ch-1.py
blob: 602ef9d54932ed61fc7f98ab8e66c657af27dd6f (plain)
1
2
3
lines = ("   ^^^^^", "  ^     ^", " ^       ^", "^         ^", "     ^")
for x in 0, 1, 2, 3, 3, 3, 3, 3, 3, 2, 1, 0, 4, 4, 4, 0, 4, 4:
    print(lines[x])