var crates = ["healing heart", "shield", "gems", "sword"] func run(): while crates: crates = crates.pop_back() code is right but shows 'running your code' and now stucked at 'running tests <img width="2160" height="1368" alt="Image" src="https://github.com/user-attachments/assets/abb6ffa3-8815-4174-bbc2-b3cde81a0b75" /> '
var crates = ["healing heart", "shield", "gems", "sword"]
func run():
while crates:
crates = crates.pop_back()
code is right but shows 'running your code' and now stucked at 'running tests
'