Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
comparing multiple values
#1
i have several variables that at one point i expect them all to have the same value and need to test it:
   ...
   if a==b and b==c and c==d and d==e and e==f and f==g and g==h:
        print('they are all the same')
    else:
        print('it did not work')
is there a better way to test if they are all alike?  i can set it up so they are all in a list or tuple making up the whole sequence.  i'm thinking maybe sorting a list and comparing first to last.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
comparing multiple values - by Skaperen - Dec-05-2017, 06:57 AM
RE: comparing multiple values - by j.crater - Dec-05-2017, 07:50 AM
RE: comparing multiple values - by DeaD_EyE - Dec-05-2017, 08:32 AM
RE: comparing multiple values - by wavic - Dec-05-2017, 11:48 AM
RE: comparing multiple values - by Skaperen - Dec-06-2017, 02:42 AM
RE: comparing multiple values - by wavic - Dec-06-2017, 03:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  __init__() got multiple values for argument 'schema' dawid294 4 2,282 Jan-03-2024, 09:42 AM
Last Post: buran
  Comparing List values to get indexes Edward_ 7 1,154 Jun-09-2023, 04:57 PM
Last Post: deanhystad
  How to combine multiple column values into 1? cubangt 15 2,817 Aug-11-2022, 08:25 PM
Last Post: cubangt
  Function - Return multiple values tester_V 10 4,439 Jun-02-2021, 05:34 AM
Last Post: tester_V
  Xlsxwriter: Create Multiple Sheets Based on Dataframe's Sorted Values KMV 2 3,487 Mar-09-2021, 12:24 PM
Last Post: KMV
  Looking for help in Parse multiple XMLs and update key node values and generate Out.. rajesh3383 0 1,872 Sep-15-2020, 01:42 PM
Last Post: rajesh3383
  Assigning multiple values using tuple sivacg 2 2,265 Aug-06-2020, 10:29 PM
Last Post: perfringo
  Comparing Values/QC Within Two Strings uttadms31 2 1,901 Jul-07-2020, 03:49 PM
Last Post: uttadms31
  How to pass multiple values from one sample to nc variable? Baloch 0 1,862 Jun-01-2020, 09:27 PM
Last Post: Baloch
  Inserting values from multiple lists sqlite azulu 1 2,495 May-24-2020, 08:40 AM
Last Post: ibreeden

Forum Jump:

User Panel Messages

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