diff --git a/python_test.py b/python_test.py deleted file mode 100644 index 4f48b3d26..000000000 --- a/python_test.py +++ /dev/null @@ -1,5 +0,0 @@ -import math - - -print(math.frexp("sdf")) -print(math.ldexp(0.95, 2))