Ejemplo n.º 1
0
 def savings_choices(self):
     return [[c,c.to_real_world_currency(self.session)] for c in [c(0),c(.5),c(1)]]
Ejemplo n.º 2
0
 def savings_choices(self):
     return [[c, c.to_real_world_currency(self.session)]
             for c in currency_range(0, 4, 2)]