look at the tip that @thebagel Gave you
yes please do.

(20 chars)
you don’t need the last Hero.moveXY(43, 34)
No he/she does, it’s to move back to center
I ran my code without it and it still works
I think it helps. it won’t make it wrong
I mean he/she can do that but you don’t NEED it
Yes, but I think it’s part of the original code it gives you
# Move to the bottom X mark.
hero.moveXY(58, 16)
# Create a variable named bottomEnemy and find the nearest enemy.
bottomenemy = hero.findNearestEnemy()
# Use the checkAndAttack function, and include the bottomEnemy variable.
checkAndAttack(bottomenemy)
Do that for the bottom three lines.
Thank you so much guys1
no problem!!! (20 chars)
No problem! Glad that I can help!