Bonjour j’ai besoin d’aide !!(c’est du langage python) mercii
Informatique
sosopzoznendodiffb
Question
Bonjour j’ai besoin d’aide !!(c’est du langage python)
mercii
mercii
1 Réponse
-
1. Réponse Thomas756
Bonsoir,
for i in range(2000):
x = 1000 - i
if x**3 + 70 * x**2 + 49518 == 7613 * x:
print(x)
On obtient:
54
7
-131
Bonne soirée.