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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:18:58+00:00 2026-06-13T00:18:58+00:00

Wondering if there is a better way to do this. Python is my first

  • 0

Wondering if there is a better way to do this. Python is my first programming language.

while True:
    amount_per_month = raw_input('\nWhat is the monthly cost?\n==> ')
    # seperate dollars and cents.
    amount_list = amount_per_month.split(".")
    # checking if int(str) is digit
    if len(amount_list) == 1 and amount_list[0].isdigit() == True:
        break
    # checking if float(str) is digit
    elif len(amount_list) == 2 and amount_list[0].isdigit() and amount_list[1].isdigit() == True:
        break
    else:
        raw_input('Only enter digits 0 - 9.  Press Enter to try again.')
        continue
  • 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-13T00:18:59+00:00Added an answer on June 13, 2026 at 12:18 am

    Just try to make it a float and handle the exception thrown if it can’t be converted.

    try:
        amount_per_month = float( raw_input('What is the monthly cost?') )
    except (ValueError, TypeError) as e:
        pass # wasn't valid
    

    TypeError is redundant here, but if the conversion was operating on other Python objects (not just strings), then it would be required to catch things like float( [1, 2, 3] ).

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

Sidebar

Related Questions

I am wondering if there is a better way to write this JavaScript (Jquery)
If I have this line and I'm wondering if there's better way to do
Just wondering if there is a better way than this: var $lftWrp = $(
I'm wondering if there's a better way to check out the initial version of
I'm wondering if there is a way to get better information about the location
Is there a better way to write this code? I know it's very simple,
I was wondering if there is a better implementation for converting the following VB6
Wondering if there is any way to get the lambda expressions that result from
Wondering if there is a good way to generate temporary URLs that expire in
just wondering if there is a way to reduce the amount of code needed

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.