for / while else doesn't make sense

Random832 random832 at fastmail.com
Mon May 23 13:44:20 EDT 2016


On Mon, May 23, 2016, at 13:33, Chris Angelico wrote:
> and then you can use the special "tagged literal" syntax, like with
> special forms of string literal:
> 
> >>> f*22/7 + f*2/11
> Fraction(256, 77)

I like the infix fraction literal syntax better: 22/f/7 + 2/f/11.



More information about the Python-list mailing list