This website requires JavaScript.
Explore
Help
Sign In
davide
/
corso-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d3c2b63b5ea0957f3aaf1e27eed8db65b8c106c2
corso-python
/
lab07.py
T
8 lines
60 B
Python
Raw
Normal View
History
Unescape
Escape
aggiunge esercizio 7
2026-04-08 09:31:04 +02:00
x
=
-
1
x
=
float
(
x
)
y
=
3
*
x
**
3
-
2
*
x
**
2
+
3
*
x
-
1
print
(
"y="
,
y
)
Reference in New Issue
Copy Permalink