.. _multiple-statements:

multiple-statements / C0321
===========================

**Message emitted:**

More than one statement on a single line

**Description:**

*Used when more than on statement are found on the same line.*


**Correct code:**

.. literalinclude:: /data/messages/m/multiple-statements/good.py
   :language: python

**Additional details:**

You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !


Created by the `format <https://github.com/PyCQA/pylint/blob/main/pylint/checkers/format.py>`__ checker.