Pycharm IDE

Thomas Passin list1 at tompassin.net
Wed Apr 19 16:59:51 EDT 2023


On 4/19/2023 4:06 PM, Mark Bourne wrote:
>>
>> print(f'{LIMIT})
> 
> ^ I think this one should be:
> 
> print(f'{LIMIT}')
> 
> with the closing quote ;o)

Yup a typo!  Where's pylint when I need it?



More information about the Python-list mailing list