From c6c7cd5453153fc83e920170f34d7529c4492dbf Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Fri, 31 Aug 2018 18:26:32 +0200 Subject: [PATCH] Script execution --- script/test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/test.py b/script/test/test.py index 08dae66..c17acdc 100644 --- a/script/test/test.py +++ b/script/test/test.py @@ -1,3 +1,3 @@ import math -print math.sqrt(-12/67) \ No newline at end of file +print math.sqrt(12/67) \ No newline at end of file