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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T10:15:12+00:00 2026-06-15T10:15:12+00:00

For an assignment, I am trying to write a function named Exam, which takes

  • 0

For an assignment, I am trying to write a function named Exam, which takes one argument n where n>2.
The function is supposed to create a list (list1) of n random integers in range(1,5) and print all elements of list1 on one line.

So far what I have is :

def Exam(n):
    import random
    random.randrange(1,5)

I am not sure how to limit the input to n>2 or even really what it means. If anyone can assist or give hint, it would be appreciated!

Updated code:

def Test(n):
    import random
    random.randrange(1,5)
    list1*[]
    if n>2:
        for i in range (n):
            list1.append(random.randrange(1.5))

Does this seem on the right path?

  • 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-15T10:15:14+00:00Added an answer on June 15, 2026 at 10:15 am
    def list_n(n):
        if n < 2:
           return False
        list = []
        for x in range(n):
           list.append(random.randrange(1,5))
        return list
    

    using list comprehension:

    def list_n(n):
        if n < 2:
           return False
        return [random.randrange(1,5) for x in range(n)]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a simple function for a larger assignment I am writing
I'm trying to write a function to detect separators as defined by an assignment
I'm trying to write a function that will produce the combinations of list elements
I'm working on a university assignment. I am trying to write a linked-list sort
I am trying to write an Oracle query for a homework assignment. The assignment
I have an assignment about fftw and I was trying to write a small
I have a small assignment in C. I am trying to create an array
I am trying to write a function to convert a std::string to char* .
So I'm trying to write an Objective-C macro that takes an object and a
Im trying to write a simple scheme function that returns the last element of

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.