On Sun, Feb 20, 2022 at 7:33 AM Abdur-Rahmaan Janhangeer < arj.python at gmail.com> wrote: > Greetings list. > > Out of curiosity, why doesn't Python accept > def (): > return '---' > > () > > Where the function name is ''? > () is already an empty tuple. It would break code to change this.