class PreformatedTest: """ Testing preformatted text """ print "Using spaces"
class PreformatedTest: """ Testing preformatted text """ print "Using tabs"
class PreformatedTest: """ Testing preformatted text """ print "Using spaces" print "And tabs (blah)"