🐾 Minor Update: Bunny "Identifying the Base Case" KhanCard
Closed this issue · 0 comments
EDWIN1669086 commented
Right now, the Bunny KhanCard for "Identifying the Base Case" is not there. Use it and include the correct code for the problem. This KhanCard will take two inputs:
"n <= 1" will use a Dropdown component
"n" should use a KhanInput component
Proposed Solution
It will look something like this:
if [Dropdown]:
return [KhanInput]