Script execution

This commit is contained in:
gac-x03da
2019-11-21 19:49:22 +01:00
parent 55f771541e
commit 07eb6d8635

3
script/temp.py Normal file
View File

@@ -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())