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 7023497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:43:07+00:00 2026-05-27T23:43:07+00:00

>>> import string >>> s = ‘happy cat’ >>> string.find(s, ‘cat’) 6 and >>>

  • 0
>>> import string
>>> s = 'happy cat'
>>> string.find(s, 'cat')
6

and

>>> s = 'happy cat'
>>> s.find('cat')
6

In the above 2 pieces of code, i have the following doubts.

  1. Why is the 2nd code working without import the string module?
  2. Is there any performance improvement in using one over the other?

Thanks,
Vinay

  • 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-27T23:43:07+00:00Added an answer on May 27, 2026 at 11:43 pm

    The functions defined in string module that are nowadays methods of str were deprecated in Python 2.4 and should not be used at all, though they were retained in later Python 2 versions for backward-compatibility. They were removed in Python 3.0.

    1. Why is the 2nd code working without import the string module?

    Because it’s a method of str type.

    1. Is there any performance improvement in using one over the other?

    Well, string.find(x, y) calls x.find(y), but the performance doesn’t matter here (see first sentence).

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

Sidebar

Related Questions

I have the following code: import string import random d =[random.choice(string.uppercase) for x in
I have the following code: import string def translate_non_alphanumerics(to_translate, translate_to='_'): not_letters_or_digits = u'!#%\'()*+,-./:;<=>?@[\]^_`{|}~' translate_table
Please have a look at the code below: import string from collections import defaultdict
I tried the following code to import a string from XML <xs:element minOccurs=0 name=FIELDNAME
Below is the code i tried using python >>> import string >>> def main():
Consider the following example: import string,cgi,time from os import curdir, sep from BaseHTTPServer import
Can anyone tell me what's wrong in this code: #!/usr/local/bin/python import os import string,
I have the following code: class IncidentTag: def __init__(self,tag): self.tag = tag def equals(self,obj):
import string ## This part of the code initializes the program by recieving inputs
Here's what I have so far: import string So I have the user write

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.