try:
tval1 = sprite.get_y()
except:
tval1 = "DNE"
t1 = TestObjective()
t1.add_success(tval1 == -75, "Great Job!")
t1.add_failure(tval1 == 0, "Did you move the sprite down?")
t1.add_failure(tval1 == -50, "Did you change the number in Move Down to 75?")
t1.add_failure(tval1 == "DNE", "Did you delete your sprite?")
t1.add_creative(tval1 != -50 and tval1 != -75 and tval1 != 0 and tval1 != "DNE", "That's a good place for the sprite!")
#t1.add_default("Creative choice!")
tester = TestManager()
tester.add_test_list([t1])
tester.run_tests()
tester.display_first_feedback()
Try the following steps to connect to your Micro:bit:
1. You may need to reload this page and try your program again.
2. Try disconnecting and reconnecting your Micro:bit. Then reload the page and run your program again.
3. If you are still having problems your Micro:bit may have an old
firmware version that is incompatible with Codesters.
To update the firmware follow these instructions from Micro:bit
Are you already running a Codesters project in another tab or window?
Micro:bit can only connect to one web page at a time.
Try stopping other Codesters projects or closing
other tabs or windows that may be using your Micro:bit.
If that doesn't fix the problem try disconnecting your Micro:bit,
reloading this page, and reconnecting your Micro:bit.