Skip to main content

Python Island 6 1st task not working

Comments

4 comments

  • Andrei Hnidzenka

    Hi. I have the same problem! Can you tell me when it will be fixed and if it is being worked on?

    0
  • Laylah Bulman

    Hi! This is a known bug that is being addressed. We will have an update shortly! Andrew Mulholland for visibility.

    0
  • Andrei Hnidzenka

    Thank you

    0
  • Nicholas Stebbing

    A workaround for this is to manually set the value of block instead of using agent.inspect.

    For the first plant use...

    block = "red_flower"

    For the second plant use...

    block = "sapling"

    The third plant seems to work using agent.inspect. It should return the value "deadbush"

    0

Please sign in to leave a comment.