semicolon at end of python's statements

Tobiah toby at tobiah.org
Tue Apr 3 13:45:08 EDT 2018


On 04/03/2018 09:48 AM, karuse at gmail.com wrote:
> Semicolon is optional.
> If you put a semicolon at the end of the of a statement, you can keep writing statements.
> 
> a=3;b=2
> 

PyCharm still complains about two statements on one line
and sites Pep 8.  I never used to pay much attention to Pep 8,
but PyCharm has greatly eroded my resistance.



More information about the Python-list mailing list