Lines Matching full:better
237 usually works better than using this function.
696 >>> text1 = ''' 1. Beautiful is better than ugly.
697 ... 2. Explicit is better than implicit.
698 ... 3. Simple is better than complex.
699 ... 4. Complex is better than complicated.
705 >>> text2 = ''' 1. Beautiful is better than ugly.
706 ... 3. Simple is better than complex.
707 ... 4. Complicated is better than complex.
708 ... 5. Flat is better than nested.
727 [' 1. Beautiful is better than ugly.\n',
728 '- 2. Explicit is better than implicit.\n',
729 '- 3. Simple is better than complex.\n',
730 '+ 3. Simple is better than complex.\n',
732 '- 4. Complex is better than complicated.\n',
734 '+ 4. Complicated is better than complex.\n',
736 '+ 5. Flat is better than nested.\n']
742 1. Beautiful is better than ugly.
743 - 2. Explicit is better than implicit.
744 - 3. Simple is better than complex.
745 + 3. Simple is better than complex.
747 - 4. Complex is better than complicated.
749 + 4. Complicated is better than complex.
751 + 5. Flat is better than nested.