Python Island 6 1st task not working
When I press run this code this sentence from agent is appear and it can not pass this task
How can I fix it or I did something wrong?
0
-
Hi. I have the same problem! Can you tell me when it will be fixed and if it is being worked on?
0 -
Hi! This is a known bug that is being addressed. We will have an update shortly! Andrew Mulholland for visibility.
0 -
Thank you
0 -
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.
Comments
4 comments