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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:20:08+00:00 2026-05-31T00:20:08+00:00

A positive whole number n > 2 is primed if no number between 2

  • 0

A positive whole number n > 2 is primed if no number between 2 and the square root of n (inclusive) evenly divides n. Write a program that accepts a value of n as input and determines if the value is prime. If n is not prime, your program should quit as soon as it finds a value that evenly divides n.

i have the basics written for this one.

def main():
n = input(Please enter your number:")

main()
  • 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-05-31T00:20:09+00:00Added an answer on May 31, 2026 at 12:20 am

    You don’t return anything in your windspeed() function, only assign the result to X.

    Change your function to:

    def windspeed (t,v):
        return 35.74 + 0.6215*t - 35.75*(v**0.16) + 0.4275*t*(v**0.16)
    

    Furthermore, you want to modify the printing of your table – the current code produces a malformatted one. Something like this:

    table = list()
    for t in temperatures:
         row = list()
         row.append(t)
         for v in windspeeds:
              row.append(windspeed(t, v))
         table.append(row)
    
    print (4*" "+" ".join("%3d" % _ for _ in windspeeds))
    print("\n".join(" ".join("%3d" % col for col in row) for row in table))
    

    For more examples see this question

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

Sidebar

Related Questions

Write a program that reads numbers until you read the number 999 then the
I'm trying to write a function to return the number of bits a positive
Write Script to read a positive integer number then it computes the following sequence:
I want to write some code which takes any positive, even number (greater than
For class I have an assignment: Write a C++ program that will output the
What are the the positive and negative attributes to use iPhone/Android phones to write
I have a set of positive numbers. Given a number not in the set,
You can convert a negative number to positive like this: int myInt = System.Math.Abs(-5);
I am trying randomly generate a positive or negative number and rather then worry
I have a vector X that contains positive numbers that I want to bin/discretize.

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.