Python Forum
f1(), f2() lambda functions addition
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
f1(), f2() lambda functions addition
#2
Can you provide full code which reproduces the problem? Currently, you've provided the function definition but not the call. Since Python is dynamically typed, we can't know anything about f1 and f2 other than you're trying to call them and use the minus operator with their return values.

It might help to provide a full homework description, if you don't understand what I'm saying.
Reply


Messages In This Thread
RE: f1(), f2() lambda functions addition - by micseydel - Dec-01-2017, 09:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] f1(), f2() lambda functions addition baby_quant 8 3,999 Sep-14-2018, 04:14 AM
Last Post: baby_quant
  Homework on addition with working paperplanexx 1 2,529 Aug-19-2018, 12:40 PM
Last Post: j.crater

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020