Bonsoir,
J'ai des problemes avec spyder, j'ai tapé cela:
from math import *
import matplotlib.pyplot as plt
import numpy as np
from __future__ import print_function
et il y a un message syntaxe erreur qui apparaît:
SyntaxError: from __future__ imports must occur at the beginning of the file
je ne vois pas pourquoi, pouvez-vous m'aidez svp?
-----