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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:17:51+00:00 2026-06-14T09:17:51+00:00

I have one little problem with my python knowledge (novice  ). The thing

  • 0

I have one little problem with my python knowledge (novice  ).
The thing I’m trying to do is input list of strings to variable and then I’ll need to do some for looping over the list and return few strings from list.

The problem is that I don’t know how to input a list to variable.

Here’s a code how I tried:

x=[]
x=(input('Please enter a list of strings: '))

…and then I entered ['car', 'house', 't-shirt', 'bicycle', 'images'] assuming that x will be a variable with list of strings but it’s not.

Please help.
Thx!

  • 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-14T09:17:52+00:00Added an answer on June 14, 2026 at 9:17 am

    I am assuming you are using python 3.x.
    If you are trying to input a list, using input I think the data will be treated as string even though you type in ['car', 'house', 't-shirt', 'bicycle', 'images']

    You can try this to convert the data to a list:

    str_x = input('Please enter a list of strings: '))
    x = [s.strip() for s in str_x[1:-1].split(',')]   # String to List conversion
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a site I'm trying to build and I've hit one little snag
I have one XML request which I need to modify (to XML) and then
I have a little problem. I need to do some little operations on quite
Hey guys! I have this little problem: I have one ViewController which adds 2
I have to solve this little problem in Python/Django and I'm wondering which is
Good day, Stackoverflow! I have a little (big) problem with porting one of my
I have a little one-liner in my Rails app that returns a range of
This one is a little tricky. Say I have this XmlDocument <Object> <Property1>1</Property1> <Property2>2</Property2>
I have developed several GWT Web Applications. Latest one is a little modification of
Case One Say you have a little class: class Point3D { private: float x,y,z;

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.