aggiunge esercizio 7

This commit is contained in:
2026-04-08 09:31:04 +02:00
parent 8f241579c2
commit f2a5d63eac
+7
View File
@@ -0,0 +1,7 @@
x = -1
x = float(x)
y=3*x**3-2*x**2+3*x-1
print("y=", y)