1 2 3 4 5 6 7 8 9 10 11
"""test mixed tabs and spaces""" __revision__ = 1 def spaces_func(): """yo""" print "yo" def tab_func(): """yo""" print "yo"