F&A Diskussionen
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 Stimmen
2 AntwortenHeute heiß
Started learning python
1 Votes
How can one build an Ai app
2 Votes
Websites for frontend developers
1 Votes
Discrete mathematics (python)
0 Votes
How to learn python
1 Votes
C++, c# , graphical interface
1 Votes
AI Takeover
0 Votes
C course progress restart
1 Votes