I can't get it to work reliably, sometimes it just outputs line by line and the response does not make sense. I don't think I'm doing it right, it's a pretty simple instruction. I use it a lot in python, but not really sure how to get it to "execute" the instruction.
An example would be something like:
Create a table with 1 row and 7 columns. The columns headings are "column1" and "column2", etc. The first row should have the values "row1" and "row1", etc.
To which it outputs just a bunch of repeating "
" with each tab, or sometimes just additional comments instead of html.
In python I just start typing out def to show that I want to put the instructions so far into a function. But sometimes it happens that I have to do line by line tabbing there as well, not sure why?