• Курсы
  • Компилятор кода
  • Обсуждения
  • Цены
  • Teams
Menu

Обсуждения

def test(func, arg): return func(func(arg)) def mult(x): return x * x print(test(mult, 2))
functionspython
0 голосов
11 ответов
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 голос
6 ответов
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 голос
4 ответов
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 голос
2 ответов
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 голосов
2 ответов
2nd Aug 2019, 7:24 AM
SUNDARAMAN IYER
SUNDARAMAN IYER - avatar
python
5add_five(x):apply_twice(funcarg):deffunc(func(arg))funcdefreturnx
0 голосов
1 ответ
21st Nov 2017, 6:02 PM
ilham
ilham - avatar
Актуальное сегодня
overloading operators << >>
1 Votes
how does this code function?
2 Votes
.
1 Votes
My question is about python?
0 Votes
Default constructor and default assignment operator
0 Votes
.
0 Votes
Where is my badge?
1 Votes
i need to learn Coding
0 Votes
Who is the best one in html can find for more comprehension
2 Votes
Quiz duel
0 Votes