evaluation question
Grant Edwards
grant.b.edwards at gmail.com
Tue Jan 31 22:17:58 EST 2023
On 2023-01-31, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> That's only one of the syntactic oddities of the old print
> statement, thogh. There was also the >> thing, special treatment
> of trailing commas, etc.
In "old" Python I used to use the trailing comma extensively, but I
could never get myself to use the >> thing. I don't know why, but it
just felt wrong.
--
Grant
More information about the Python-list
mailing list