Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pyromaths
pyromaths
Commits
71924184
Commit
71924184
authored
May 31, 2013
by
Olivier Cornu
Browse files
Corrige deux imports erronés.
parent
a67beb39
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/pyromaths/ex/lycee/ExoSecondDegre.py
View file @
71924184
...
...
@@ -2,8 +2,7 @@
import
sys
,
os
,
codecs
from
pyromaths.classes.SecondDegre
import
Poly2
from
pyromaths.outils.Affichage
import
printlist
from
pyromaths.outils.Polynomes
import
choix_coeffs
from
pyromaths.outils.decimaux
import
printlist
from
pyromaths.outils.Arithmetique
import
*
def
exo_second_degre
():
...
...
src/pyromaths/ex/lycee/Fonction.py
View file @
71924184
...
...
@@ -2,7 +2,6 @@
import
os
,
sys
from
random
import
randrange
from
pyromaths.outils.Polylycee
import
*
def
genere_points
(
xmin
,
xmax
,
ymin
,
ymax
,
simple
=
False
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment