• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

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 Votes
4 Answers
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 Votes
3 Answers
31st Jul 2016, 12:06 PM
Rupam Das
Rupam Das - avatar
help my code does not iterate
(x,y):==defsearchforiiifinx.split()x.split():
0 Votes
10 Answers
29th Jan 2023, 7:23 PM
Abg. Mosquera.
Abg. Mosquera. - avatar
Hot today
My codebits section is full of deleted codes
12 Votes
Ai generated practices
1 Votes
Why so many mathematical questions in challenges?
0 Votes
Where did mess up....
1 Votes
I have an error in a problem and I don't know what the correct answer is
1 Votes
Feedback on my portfolio
0 Votes
I need a siren sound
0 Votes
Yo this is madness
0 Votes
How can i insert files?
1 Votes
Patters of library class
0 Votes