Skip to main content

Escape Estate: Blue Flowers bug

Comments

2 comments

  • Ernie Support
    Support

    Hey Graham,

    Could you share the code you are using in this particular area? Once I have that, I'll see if I or someone in the team can reproduce the issue.

    0
  • Graham Langley

    Hi Ernie,

    Thanks for the response. Its the conserventory, puzzle 3 - Flower Patterns Puzzle:

    plant_flower("blue")

    If you replace blue with either "yellow" or "red" - the code works as expected, but if you try to plant a blue flower, it doesnt work

    The full code:

    for i in range(5):
     plant_flower("blue")
     move_cursor("yellow")
    move_cursor("magenta")
    for i in range(5):
     plant_flower("yellow")
     move_cursor("blue")
    move_cursor("magenta")
    for i in range(5):
     plant_flower("red")
     move_cursor("yellow"
    0

Please sign in to leave a comment.