Quote:
Originally Posted by yoss15
I think the missing "c" in class was just from copying and pasting to here.
|
That's what I suspected, too.
Quote:
Also how do the indentations work? Because I added the print version and didn't indent it and it cleaned things up a whole lot. Do I hit tab? Because it looks like a lot more space than in the tutorial so I wasn't sure haha.
I tried it with hitting tab and it gave me a different looking result but only slightly, it didn't remove the header and footer which I was trying to get rid of with the remove before and after lines.
Any ideas?
|
Look at some sample recipes (there are many here and in the manual) and read up on Python. If you don't indent correctly, you will get errors, or your code will be ignored.