Python Forum
how to test if something is a sequence?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to test if something is a sequence?
#3
To test if something is a sequence rather than just a list, you can check if it has a specific order or arrangement that follows a pattern or progression. Sequences typically exhibit a logical or numerical progression, whereas lists may not necessarily have a defined order. It's about identifying the underlying structure and patterns within the data.
Reply


Messages In This Thread
RE: how to test if something is a sequence? - by Kelly_Doyle - Jun-10-2024, 05:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to test and import a model form computer to test accuracy using Sklearn library Anldra12 6 3,396 Jul-03-2021, 10:07 AM
Last Post: Anldra12
  How to write test cases for a init function by Unit test in python? binhduonggttn 2 3,274 Feb-24-2020, 12:06 PM
Last Post: Larz60+
  How to write test cases by Unit test for database configuration file? binhduonggttn 0 2,660 Feb-18-2020, 08:03 AM
Last Post: binhduonggttn

Forum Jump:

User Panel Messages

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