+ 1

Explain the question šŸ„³šŸ„³

def Foo(n): def multiplier(x): return multiplier a=Foo(4) b= Foo(4) print(a(b(5)))

12th Dec 2020, 7:44 AM
ąø„Š³×©ą¹€ąø ą¹” Šŗąø¢ą¹“ąø„Š³
ąø„Š³×©ą¹€ąø ą¹” Šŗąø¢ą¹“ąø„Š³ - avatar
2 Answers
+ 1
Is that really how the code looks like? looks like something was missing. Arvind Kumar The body for `multiplier` is missing. Check once if the code was complete or not.
12th Dec 2020, 8:19 AM
Ipang
0
Arvind Kumar Ipang is rightšŸ‘Œ, but if you want to leave it temporarily you can just place a "pass". And another thing, you can't return the function "multiplier" it is not a variable. Anyway, review the lessons and Keep Learning!ā˜ŗ
12th Dec 2020, 9:02 AM
noteve
noteve - avatar