mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-12 23:52:17 +08:00
remove from __future__, propre filename (#1102)
This commit is contained in:

committed by
Christian Clauss

parent
58126406fd
commit
6654e1ec7d
@ -1,4 +1,3 @@
|
||||
from __future__ import print_function
|
||||
import math
|
||||
|
||||
def QuadraticEquation(a,b,c):
|
Reference in New Issue
Block a user