This commit is contained in:
azure-pipelines[bot] 2023-03-28 07:39:06 +00:00
parent 67e01c76b4
commit 02bed41d9a
554 changed files with 652 additions and 377 deletions

2
6953.js Normal file
View file

@ -0,0 +1,2 @@
"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'}}]);
//# sourceMappingURL=6953.js.map