remove from __future__, propre filename (#1102)

This commit is contained in:
Harshil 2019-08-06 11:41:23 +02:00 committed by Christian Clauss
parent 58126406fd
commit 6654e1ec7d

View File

@ -1,4 +1,3 @@
from __future__ import print_function
import math
def QuadraticEquation(a,b,c):