Simple python help

Body processing example:


for body in sensor.bodies:
  print ("message body:", body)
  print ("message body as integer:", int(body))