I have a student working on Mission 14, Objective 1. He has the code written and it does not allow him to pass the mission. When the code is copied and pasted on another students Chromebook it completes the mission.
emphasized text
I have a student working on Mission 14, Objective 1. He has the code written and it does not allow him to pass the mission. When the code is copied and pasted on another students Chromebook it completes the mission.
emphasized text
I have tried the code. Like you said, it does work. There just might be some unseen code in that file. Try restarting CodeSpace. Also, you can try deleting lines 12-19. Line 14 isn’t necessary because it is already executed on line 6. Then just retype:
my_pix = display.get_pixel(212, 58)
print(my_pix)
and see if that works.