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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T02:47:32+00:00 2026-05-21T02:47:32+00:00

I want to restrict user input so that a provided N obeys N >0

  • 0

I want to restrict user input so that a provided N obeys N >0 or N < 100.

Should I use if... else or try... except? Could you provide examples of both approaches?

  • 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-21T02:47:32+00:00Added an answer on May 21, 2026 at 2:47 am

    I’d suggest a combination:)

    while True:
        value = raw_input('Value between 0 and 100:')
        try:
           value = int(value)
        except ValueError:
           print 'Valid number, please'
           continue
        if 0 <= value <= 100:
           break
        else:
           print 'Valid range, please: 0-100'
    

    Hope it helps.

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

Sidebar

Related Questions

I don't want that the user can input these characters: ! @ $ %
I want to restrict my web app so that .txt files can not be
I want to restrict input to match the statement change = where word and
I have a jQuery datepicker that I want to restrict non work days -
We have a server application that we want to restrict non-users from triggerring it
i have 4 spinners all have same options but i want to restrict user,when
i'm using joomla and want to restrict the user profile image size(dimension). it is
i want to restrict user from entering space in a UITextField. for this i
Im using this code to restrict the user to not enter special characters $(input).keyup(function(){
I am working in Asp.net and I want to restrict the user while login,

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.