print"On {date}, she recieved {quantity} candies from {mirror_section_title}".format(date=brain.date,quantity=brain.quantity,mirror_section_title=brain.mirror_section_title)
print"On {date}, she recieved {quantity} candies from {mirror_section_title}".format(
date=brain.date,
quantity=brain.quantity,
mirror_section_title=brain.mirror_section_title)
else:
else:
print"On {date}, she gave {quantity} candies to {mirror_section_title}".format(date=brain.date,quantity=brain.quantity,mirror_section_title=brain.mirror_section_title)
print"On {date}, she gave {quantity} candies to {mirror_section_title}".format(