I took a #comedy writing class where all sketches had to be formatted as a screenplay. There's a text-based file format called fountain; those files are converted to pdf.
Coding #generativeArt can be frustrating! Computers are extremely literal, and never know what you "meant".
Here are some things you can do to get help with problems you're having with your art.
1. Pause, breathe, and read the error.
If you run into a problem and immediately ask someone for help, you won't learn as much as solving it yourself. And if you solve your own problem, you won't have to wait for someone else. So see if you fix your own issue.
If you got an error message, read it!
Maybe it says you can't divide by zero, or that a file isn't found?
You might be given a line number, told what function errored, or hinted what data is invalid. Then, you can fix the problem without even needing to ask anyone.