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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:42:49+00:00 2026-06-06T18:42:49+00:00

This is my piece of code: #!/usr/bin/python from xml.etree.ElementTree import ElementTree from array import

  • 0

This is my piece of code:

#!/usr/bin/python 

from xml.etree.ElementTree import ElementTree
from array import *
#import re

count = array('i',[0,0,0])

def find_root_tags(file,str1,i):

    tree = ElementTree()
    tree.parse(file)
    root = tree.getroot()
    if root == str1:
        count[i] = count[i]+1

    for j in tree.getiterator(str1):
        count[i] = count[i] + 1

    print "%dth file's count %d" % (i,count[i])


str1 = input("enter the word to be searched:")
fo = open("xml.txt","r")

for i in range(count.__len__()):

    file = fo.readline()
    find_root_tags(file,str1,i)

fo.close()

it’s giving me this error on running my code:

enter the word to be searched:book

Traceback (most recent call last):

File "keywords.py", line 23, in <module>

str1 = input("enter the word to be searched\n")

File "<string>", line 1, in <module>

NameError: name 'book' is not defined

why?

  • 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-06-06T18:42:52+00:00Added an answer on June 6, 2026 at 6:42 pm

    input() acts like eval(raw_input()) for Python 2:

    input(...)
        input([prompt]) -> value
    
        Equivalent to eval(raw_input(prompt)).
    

    You’re probably looking for raw_input()

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

Sidebar

Related Questions

This piece of code is from Adobe docs : package { import flash.display.Loader; import
I'm trying to piece together some Python code to control UNIX screen processes (/usr/bin/screen)
Consider this small piece of code from apscheduler.scheduler import Scheduler import time class First():
You can use subprocess.call(/usr/bin/python) to open Python shell within a piece of Python code.
I'm trying to compile this little piece of code from the boost documentation: (http://www.boost.org/doc/libs/1_46_1/libs/iostreams/doc/tutorial/filter_usage.html)
this piece of code was given in a book. $query=select name, description from widget
This piece of code was split off from a project I am working on.
I don't really understand why the following piece of perl code #!/usr/bin/perl -w use
I am having an issue compiling this piece of code error /usr/include/boost/bind/bind_mf_cc.hpp:91:5: error: initializing
This piece of code compiles and runs as expected on GCC 3.x and 4.x:

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.