Junior - sign range - level cannot be completed

Just sent a ticket for this but not sure if this is an automated system entirely.

The junior level play/level/sight-range - (sight range) appears to be impossible. Link: CodeCombat - Coding games to learn Python and JavaScript

The following solution appears to be the most optimal, however it takes 26 seconds not 25.

This is for a 9 year old kid. I am a software engineer for my job and I can’t figure this out either.

The spins() apparently have a ms() faster time. Either way, this is beyond frustrating, and so I’d rather just get a solution (not a hint, but I’d like to just see an actual solution if it exists) and see if she can progress any further as I don’t want to spend more time wasted on this.

for i in range(7):
    if look('up'):
        go('up', 1)
        go('down', 1)
    if look('up'):
        zap('up')
        zap('up')
        spin()
        spin()
    go('left', 1)