6953.js 472 B

12
  1. "use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[6953],{6953:(n,a,e)=>{e.r(a),e.d(a,{default:()=>t});const t='import banana\n\n\nclass Monkey:\n # Bananas the monkey can eat.\n capacity = 10\n def eat(self, n):\n """Make the monkey eat n bananas!"""\n self.capacity -= n * banana.size\n\n def feeding_frenzy(self):\n self.eat(9.25)\n return "Yum yum"\n'}}]);
  2. //# sourceMappingURL=6953.js.map