Cursussen
InloggenBegin met het leren van AI
Cursussen
InloggenBegin met het leren van AI

Q&A Discussies

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))
functionspythonreturn
1 Stem
6 Antwoorden
29th Jul 2016, 10:31 AM
Rupam Das
Rupam Das - avatar
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_
funcionea
1 Stem
2 Antwoorden
23rd Apr 2019, 6:42 PM
Wander Anime
Wander Anime - avatar
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)) anybody can explain what is the relevance of func in this code?
functionspython
1 Stem
4 Antwoorden
21st Aug 2016, 4:57 AM
anju
How does return function work in python?
+defadd(x,do_twice(func,returnreturnxx,y):y):ydef
1 Stem
2 Antwoorden
25th Aug 2020, 10:05 AM
Shakibur Rahaman
Shakibur Rahaman - avatar
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?
python
0 Stemmen
2 Antwoorden
29th Jul 2016, 7:22 PM
Rupam Das
Rupam Das - avatar
Populair vandaag
Need suggestions
0 Votes
Hello can anyone help me to learn gdscript
0 Votes
Best code for creating games?
0 Votes
Need suggestions to learn AI and ML
1 Votes
progaming
1 Votes
What coding language should i use to make a custom coding language?
0 Votes
Java full stack
0 Votes
Calculator
0 Votes
Anyone Learning Godot?
1 Votes
Duration of heart refilling
0 Votes