[Python-ideas] Syntax idea for 2D lists\arrays

Steven D'Aprano steve at pearwood.info
Sat Mar 17 21:33:17 EDT 2018


On Sun, Mar 18, 2018 at 02:04:43AM +0100, Mikhail V wrote:

> So with the TAB separator, just think of replacement TAB->comma,
> this should support all Python expressions automatically.
> At least seems to me so, but if I am delusional - please correct me.

It is still ambiguous:

py> eval("10\t-2")
8



-- 
Steve


More information about the Python-ideas mailing list