Skip to content

Commit 6654e1e

Browse files
harshildarjicclauss
authored andcommitted
remove from __future__, propre filename (TheAlgorithms#1102)
1 parent 5812640 commit 6654e1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/Quadratic Equations(Complexes Numbers) renamed to maths/quadratic_equations_complex_numbers.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import print_function
21
import math
32

43
def QuadraticEquation(a,b,c):

0 commit comments

Comments
 (0)