Files
x03da/script/temp.py
2019-11-21 19:49:22 +01:00

3 lines
91 B
Python

a = {'x':-4.1 ,'y':-0.5, 'z':115.1, 'theta':-8.8, 'tilt':0.7, 'phi':-90.0}
print(a.keys())