
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "auto_examples\prime_factors.py"
.. LINE NUMBERS ARE GIVEN BELOW.

.. only:: html

    .. note::
        :class: sphx-glr-download-link-note

        Click :ref:`here <sphx_glr_download_auto_examples_prime_factors.py>`
        to download the full example code

.. rst-class:: sphx-glr-example-title

.. _sphx_glr_auto_examples_prime_factors.py:


This is my example script
=========================

This example doesn't do much, it just makes a simple plot

.. GENERATED FROM PYTHON SOURCE LINES 8-14

This is a section header
------------------------

In the built documentation, it will be rendered as rST. All rST lines
must begin with '# ' (note the space) including underlines below section
headers.

.. GENERATED FROM PYTHON SOURCE LINES 14-21

.. code-block:: default


    # These lines won't be rendered as rST because there is a gap after the last
    # commented rST block. Instead, they'll resolve as regular Python comments.
    # Normal Python code can follow these comments.
    from Factorization import *

    factorisation=Factorization()
    print(factorisation.prime_factors(70))

.. rst-class:: sphx-glr-timing

   **Total running time of the script:** ( 0 minutes  0.000 seconds)


.. _sphx_glr_download_auto_examples_prime_factors.py:


.. only :: html

 .. container:: sphx-glr-footer
    :class: sphx-glr-footer-example



  .. container:: sphx-glr-download sphx-glr-download-python

     :download:`Download Python source code: prime_factors.py <prime_factors.py>`



  .. container:: sphx-glr-download sphx-glr-download-jupyter

     :download:`Download Jupyter notebook: prime_factors.ipynb <prime_factors.ipynb>`


.. only:: html

 .. rst-class:: sphx-glr-signature

    `Gallery generated by Sphinx-Gallery <https://sphinx-gallery.github.io>`_
