# -*- coding: utf-8 -*-

"""
Commentaire général du code
"""

from __future__ import division
from scipy import *                     # Importe la bibliothèque Scipy
from pylab import *

a = 2 + 3                               # Le code commence ici !!
print a