I have this code
keys = {'speed','temp'}
I have the variables like
object.subobj.speed and object.subobj.temp
how can i loop
for key in keys
print object.subobj.key
I have this code
keys = {'speed','temp'}
I have the variables like
object.subobj.speed and object.subobj.temp
how can i loop
for key in keys
print object.subobj.key