Python Forum
why (a and b) different from (b and a)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
why (a and b) different from (b and a)
#1
suppose that a = (True, 2) and b = (False, False). Why do a and b is different from b and a? Specifically, a and b == (False, False), and b and a == (True, 2)
Reply


Messages In This Thread
why (a and b) different from (b and a) - by oloap - Apr-07-2020, 07:24 PM

Forum Jump:

User Panel Messages

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