Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sort methods
#1
a = add(multi(3));

a = a + mod(div(a + 3)) + sub(12)



How (and why) should this functions (add, multi, mod, div, sub) be sorted? I am thinking like this ->

1. multi (a = a) (first function)
2. mod (a + mod) (second function)
3. sub (a + mod + sub)
4. ?
5. ?
Reply


Messages In This Thread
Sort methods - by rs74 - Jun-12-2020, 07:26 AM
RE: Sort methods - by buran - Jun-12-2020, 07:32 AM
RE: Sort methods - by rs74 - Jun-12-2020, 07:50 AM
RE: Sort methods - by buran - Jun-12-2020, 08:16 AM
RE: Sort methods - by rs74 - Jun-12-2020, 08:20 AM
RE: Sort methods - by DeaD_EyE - Jun-12-2020, 08:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Photo a.sort() == b.sort() all the time 3lnyn0 1 1,312 Apr-19-2022, 06:50 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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