Обсуждения
4th Question
0 голосов
2 ответовPlease, explain 4th line
1 голос
5 ответовHappy 4th of July!
2 голосов
1 ответThe 4th Creator Master
7 голосов
1 ответ2D Map 4th test case failed
0 голосов
2 ответовwhat is the answer of 4th question
-3 голосов
2 ответовdef add(x, y):
return x + y
def do_twice(func, x, y):
return func(func(x, y), func(x, y))
a = 5
b = 10
print(do_twice(add, a, b))
Please explain step by step
Which is caller here?
Explain the 3rd and 4th line ?
why in 4th line we write add(add(x,y),add(x,y)) which is function of 1st line ?
how can we write function after return statement insted of (x+y+x+y )=30?
0 голосов
2 ответовАктуальное сегодня
Someone can help me
2 Votes
X velocity
0 Votes
Files not linking in C++
0 Votes
I am a super beginner
0 Votes
Web Dev
0 Votes
Pls give me an idea
1 Votes
How this program executes?
0 Votes