From 07eb6d86359a7a6b69f9e30d51b3a8be0fd5cfa0 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 21 Nov 2019 19:49:22 +0100 Subject: [PATCH] Script execution --- script/temp.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 script/temp.py diff --git a/script/temp.py b/script/temp.py new file mode 100644 index 00000000..f7751673 --- /dev/null +++ b/script/temp.py @@ -0,0 +1,3 @@ +a = {'x':-4.1 ,'y':-0.5, 'z':115.1, 'theta':-8.8, 'tilt':0.7, 'phi':-90.0} + +print(a.keys()) \ No newline at end of file