Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sort methods
#6
Code execution is from left to right from top to down.
If the left or right operand is a function-call, then this is evaluated first.

The operator precedence is what you want to know: https://docs.python.org/3/reference/expr...precedence
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
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,417 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