Lines Matching refs:better
231 usually works better than using this function.
679 >>> text1 = ''' 1. Beautiful is better than ugly.
680 ... 2. Explicit is better than implicit.
681 ... 3. Simple is better than complex.
682 ... 4. Complex is better than complicated.
688 >>> text2 = ''' 1. Beautiful is better than ugly.
689 ... 3. Simple is better than complex.
690 ... 4. Complicated is better than complex.
691 ... 5. Flat is better than nested.
710 [' 1. Beautiful is better than ugly.\n',
711 '- 2. Explicit is better than implicit.\n',
712 '- 3. Simple is better than complex.\n',
713 '+ 3. Simple is better than complex.\n',
715 '- 4. Complex is better than complicated.\n',
717 '+ 4. Complicated is better than complex.\n',
719 '+ 5. Flat is better than nested.\n']
725 1. Beautiful is better than ugly.
726 - 2. Explicit is better than implicit.
727 - 3. Simple is better than complex.
728 + 3. Simple is better than complex.
730 - 4. Complex is better than complicated.
732 + 4. Complicated is better than complex.
734 + 5. Flat is better than nested.