mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-12 09:39:49 +00:00
Changed the import block
This commit is contained in:
parent
bb1d79fed8
commit
be2ab89982
@ -1,6 +1,9 @@
|
||||
from numpy.polynomial import Polynomial
|
||||
# Imports de bibliothèques standard
|
||||
from math import factorial
|
||||
|
||||
# Imports de bibliothèques tierces
|
||||
import pytest
|
||||
from numpy.polynomial import Polynomial
|
||||
|
||||
|
||||
def legendre(n: int) -> list[float]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user