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

Обсуждения

def funA(x,y,z):>>> return (x+y)*z>>> def funB (x,y): >>>return x-y>>> print funA(4,funB(2,3), funB(3,2)) ok what is the answer
python3
2 голосов
4 ответов
10th Jun 2018, 5:55 AM
Leonardo Monterey
Leonardo Monterey - avatar
def aunt(x, y): return x + 2 def log (x,y): return x*y def do_twice(name, x, y): return name(name(x, y), log(x, y)) x = 5 y= 3 print(do_twice(aunt, x, y)) Solve this problem step by step
python
0 голосов
3 ответов
31st Jul 2016, 12:06 PM
Rupam Das
Rupam Das - avatar
help my code does not iterate
(x,y):==defsearchforiiifinx.split()x.split():
0 голосов
10 ответов
29th Jan 2023, 7:23 PM
Abg. Mosquera.
Abg. Mosquera. - avatar
Актуальное сегодня
What's wrong in my code?
4 Votes
App Development
1 Votes
what languages should I learn to learn python
1 Votes
GUI-Based Python code in Webpage
2 Votes
HTML
1 Votes
Is python better than javascript?
1 Votes
Introduction of html
0 Votes
Web Developer Job?
1 Votes
Russian
0 Votes
My candy crush clone is static I need help guys
0 Votes