Kurse
AnmeldenBeginne KI zu lernen
Kurse
AnmeldenBeginne KI zu lernen

F&A Diskussionen

def test(func, arg): return func(func(arg)) def mult(x): return x * x print(test(mult, 2))
functionspython
0 Stimmen
11 Antworten
9th May 2017, 4:52 AM
AJITH KUMAR
AJITH KUMAR - avatar
def apply_twice(func, arg): return func(func(arg)) def add_five(x): return x + 5 print(apply_twice(add_five, 10))
functions
1 Stimme
6 Antworten
22nd Jul 2018, 3:14 PM
ADITYA SINHA
ADITYA SINHA - avatar
def apply_twice(func, arg): return func(func(arg)) def add_five(x): return x + 5 print(apply_twice(add_five, 10))
functions
1 Stimme
4 Antworten
25th Jul 2018, 10:03 AM
Tijani Julius
def apply_twice(func, arg): return func(func(arg)) def add_five(x): return x + 5 print(apply_twice(add_five, 10))
functions
1 Stimme
2 Antworten
18th Jun 2019, 12:55 PM
Ranjeet singh jitty
Ranjeet singh jitty - avatar
def apply_twice(func, arg): return func(func(arg)) def add_five(x): return x + 5 print(apply_twice(add_five, 10))
functionspython3
0 Stimmen
2 Antworten
2nd Aug 2019, 7:24 AM
SUNDARAMAN IYER
SUNDARAMAN IYER - avatar
python
5add_five(x):apply_twice(funcarg):deffunc(func(arg))funcdefreturnx
0 Stimmen
1 Antwort
21st Nov 2017, 6:02 PM
ilham
ilham - avatar
Heute heiß
Best language?
0 Votes
Bro can you fix yt error?
0 Votes
Need suggestions
0 Votes
Need suggestions to learn AI and ML
1 Votes
Java full stack
0 Votes
Best code for creating games?
0 Votes
Duration of heart refilling
0 Votes
Calculator
0 Votes
Why isn't a linked video not working
0 Votes