{"in":{"data":"a = ['%.3f' % 3.5313423, '%.1f' % 35.66]\nb = ['%.3f' % 3.90022, '%.1f' % 95.501033]\nc = ['%.5f' % self.numbers[2]]\n","type":"txt"},"out":{"data":"a = [round(3.5313423, 3), round(35.66, 1)]\nb = [round(3.90022, 3), round(95.501033, 1)]\nc = [round(self.numbers[2], 5)]\n","type":"txt"},"client":"0.5.0"}