Terry Reedy <tjre...@udel.edu> writes: > On 8/10/2021 9:15 AM, Hope Rouselle wrote: >>>>> 2.__add__(3) >> SyntaxError: invalid syntax >> But then I tried: >> >>>>> (2).__add__(3) >> 5 > > Add a space is easier. >>>> 2 .__add__(3) > 5 >>>>
Hah. That's brilliant! So cool. -- https://mail.python.org/mailman/listinfo/python-list