I’m really stuck on this level. Tried about every possible way using other posts but I was unable to get my character to get anything more than 3 coins. Now he just stands in the middle. Any help? thanks.
coins = self.findItems()
coinIndex = 0
while coinIndex < len(coins):
if coin.value == 3:
posc = coin.pos
cx = posc.x
cy = posc.y
self.moveXY(cx, cy)
coinIndex += 1