Infinite Inferno unable to findEnemies

Hello and welcome to codecombat discourse! This is a cozy forum where you can share ideas, share fan art, get assistance for code, etc! Before you proceed, we hope that you review this topic, which shows all essentials of this board! Thanks!

you should do it like enemies = champion.findEnemies()
since its not really you that is doing the work (your basically a crystal)
and followed by a for loop

if enemy:
    for enemy in enemies();
        (your code)

also im not sure print works here