3 lines
99 B
Python
3 lines
99 B
Python
a = {'x':-4.1 ,'y':-0.5, 'z':115.1, 'theta':-8.8, 'tilt':0.7, 'phi':-90.0}
|
|
|
|
print([k for k,v in a]) |