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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:55:59+00:00 2026-06-18T01:55:59+00:00

Evening, i use the following code to retrieve data from the database in order

  • 0

Evening, i use the following code to retrieve data from the database in order to edit

os.system('cls')
    print("Editing the details")
    conn = sqlite3.connect('SADS.db')
    cur = conn.cursor()
    print " "
    choice = raw_input("Does the Customer know their user ID? Y/N : ")
    if choice == "N":
        number = raw_input("What is their phone number? : ")
        cur.execute("SELECT * FROM customers")
        while True:
            rows = cur.fetchone()
            if rows == None:
                print "No one found with that record"
                break
            print rows
    raw_input("Press Enter to return to the menu")
    os.system('cls')

But when i do it i am returned with the following result :

(u'0001', u'Stack', u'Overflow', u'Confused', u'', u'sqlite', u'PYTH OON', u'07831994131', u'TEST@hotmail.com')

Oh p.s those arent the real details i edited them for my safety :’)

But anyway, how do i remove the u’s before each piece of data?

Many thanks.

  • 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-18T01:56:00+00:00Added an answer on June 18, 2026 at 1:56 am

    The u just means that you have a Unicode string, and is not part of the string contents.

    The u gets output because you printed the entire tuple as a tuple, not the individual strings.

    The following code works just fine:

    print "Name: %s %s, phone: %s" % (rows[1], rows[2], rows[7])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Evening all. I have the following code that I need looking into - basically
Good evening :-)! I have this code to use Drag & Drop method for
Good evening, I'm having an issue with Masonry. This is all my relevant code:
Evening All, Had a question on whether or not the use of Absolute postioning
good evening, i have these five functions that i use to reduce server load
good evening, i have a mysql table that contain the users data and i
Good evening, i'm trying to use jScrollPane in a Wordpress template and i'm going
Good Evening, today i faced a strange situation when i used Print Writer in
I'm trying to use a System.Windows.Forms.DataGrid control in my Compact Framework 3.5 Window Mobile
Evening all! I'm optimizing my website, and I'm running into some peculiar behaviour. Before,

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.