Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6780039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:27:31+00:00 2026-05-26T16:27:31+00:00

I just discovered the py3k range method count() : counts = range(start, stop, step).count(item)

  • 0

I just discovered the py3k range method count():

counts = range(start, stop, step).count(item)

Is not the result of the method always 1 or 0 ?. It seems to me a bit overkilling to call the method count (instead of maybe contains).

Is there something in this method that makes it different to the good old:

if item in range(start, stop, step)  ?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T16:27:32+00:00Added an answer on May 26, 2026 at 4:27 pm

    range.count() indeed always returns 0 or 1, and it’s the same as int(item in range(...)). Its main purpose is to make the interface of range() objects comply with the interface of a collections.abc.Sequence, which requires a count() method.

    Note that issubclass(range, collections.abc.Sequence) returns True.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just discovered, quite by accident, that this seems to work: Public Interface Ix
I just discovered that the Delphi TRibbonComboBox doesn't have an item index, and it
I have just discovered the command :sort n in vim (how did I not
I just discovered that C++/CLI has a keyword that is not present (AFAIK) on
I just discovered that empty() does not work when passing data from an object.
I just discovered that remote validation using the RemoteAttribute will not work unless either:
I've just discovered HMVC Modular Extension for CodeIgniter https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/wiki/Home and it seems perfect for
Just discovered Quantlib and am evaluating it for use. I am not a C++
I just discovered PHP-ActiveRecord not too long ago after struggling for nearly a month
I just discovered a bug where the code looked something like this: char *foo

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.