Lines Matching full:better
236 usually works better than using this function.
698 >>> text1 = ''' 1. Beautiful is better than ugly.
699 ... 2. Explicit is better than implicit.
700 ... 3. Simple is better than complex.
701 ... 4. Complex is better than complicated.
707 >>> text2 = ''' 1. Beautiful is better than ugly.
708 ... 3. Simple is better than complex.
709 ... 4. Complicated is better than complex.
710 ... 5. Flat is better than nested.
729 [' 1. Beautiful is better than ugly.\n',
730 '- 2. Explicit is better than implicit.\n',
731 '- 3. Simple is better than complex.\n',
732 '+ 3. Simple is better than complex.\n',
734 '- 4. Complex is better than complicated.\n',
736 '+ 4. Complicated is better than complex.\n',
738 '+ 5. Flat is better than nested.\n']
744 1. Beautiful is better than ugly.
745 - 2. Explicit is better than implicit.
746 - 3. Simple is better than complex.
747 + 3. Simple is better than complex.
749 - 4. Complex is better than complicated.
751 + 4. Complicated is better than complex.
753 + 5. Flat is better than nested.