Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
hahaha
wrote a bunch of spaghetti to automate it
i think its easier to do it manually LMFAO
Almost fooled me there.
Could always just start with
from ast import *
but that feels like cheatingyeah i tried to do this but i got too lazy to add the missing stuff lol
I'm sure it's possible (and probably really easy, too), but I was doing it manually haha.
This is how I generated the ast tree:
is there a way to automate generating this code? im aware of ast.parse & ast.dump but idk how to make it import ast in the output
Nothing like a fun use of ast to make a simple function unnecessarily big!
ðŸ˜