[Python-ideas] Another indentation style
Musical Notation
musicdenotation at gmail.com
Sun Sep 1 10:31:54 CEST 2013
In Haskell, you can write:
let x=1
y=2
In Python, why you can't write:
if True: x=x+1
y=x
?
More information about the Python-ideas
mailing list