[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [Pythonic] Are empty tuple and array literals syntactically incompatible?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Fri, 6 Jul 2018 08:06:36 +0200
Would allowing empty tuple and array literals
y = ()
x = []
introduce an ambiguity?
Note: I am not asking about their semantics. It's all syntax.