Attachment 'tabs-test.html'
DownloadUsing spaces
class PreformatedTest: """ Testing preformatted text """ print "Using spaces"
Using tabs
class PreformatedTest: """ Testing preformatted text """ print "Using tabs"
Mixsing tabs and spaces (bad)
class PreformatedTest: """ Testing preformatted text """ print "Using spaces" print "And tabs (blah)"
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.