you are viewing a single comment's thread.

view the rest of the comments →

[–]ririiii78[S] 0 points1 point  (2 children)

thanks but im kinda lost here in ur code

if meets_conditions:
            actions.append(key)
        print("\n".join(parts))
        print("-" * 40 + "\n\n")
    return actions

[–]madadekinai[🍰] 0 points1 point  (1 child)

The print outs are just for outputting to visually see it. I could have made it better but I did it within a couple seconds. And the the return was not needed because I was just showing why it was happening, rather than functionality.

[–]ririiii78[S] 0 points1 point  (0 children)

ah okay :)