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

The Archive Base Latest Questions

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

I am currently playing around with the python-jabberbot and am having trouble creating a

  • 0

I am currently playing around with the python-jabberbot and am having trouble creating a simple method which sends a random sentence. I am not proficient in python so I am wondering where I am going wrong. I have a feeling the way I am declaring the array is my downfall:

def whatdoyouknow(self, mess, args):
        """random response"""   
        string[0] = 'this is a longish sentence about things'
        string[1] = 'this is a longish sentence about things number 2'
        string[2] = 'this is a longish sentence about things number 3'

        i = random.randint(0, 2)
        return string[i]
  • 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:06:33+00:00Added an answer on June 18, 2026 at 1:06 am

    You define a list literal by putting the elements in square brackets:

    string = ['this is a longish sentence about things',
              'this is a longish sentence about things number 2',
              'this is a longish sentence about things number 3']
    

    Alternatively, you build the list by defining an empty list, then appending the elements:

    string = []
    string.append('this is a longish sentence about things')
    string.append('this is a longish sentence about things number 2')
    string.append('this is a longish sentence about things number 3')
    

    I strongly recommend you read the Python tutorial before continuing, it explains building python types and how to manipulate them for you.

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

Sidebar

Related Questions

I'm currently playing around with java.nio , which I haven't been using for a
I'm currently playing around with Enums in C# and I got an issue which
I am currently playing around with the idea of having history tables for some
I am currently playing around with transactions and can not wrap my mind around
I am currently playing around with WPF and the WPF toolkit which contains a
I am currently playing around with the MVC4 Mobile template and am having a
I am currently playing around with Script# (version 0.6.3) which complains about the following
I'am currently playing around with MongoDB using its C# driver, trying each method in
I'm currently playing around with creating an applescript droplet that will in the end
I am currently playing around with Google's Voice Recognition API for Android SDK. What

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.