Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected]_1 Feature request 1 #564

Open
schaudhary95 opened this issue Oct 18, 2021 · 0 comments
Open

[email protected]_1 Feature request 1 #564

schaudhary95 opened this issue Oct 18, 2021 · 0 comments

Comments

@schaudhary95
Copy link

Feature request 1

Is your feature request related to a problem? Please describe.
Yes.
When the program prompting the user to answer the second question, it states that if only press the Enter key implies 0, but a “ValueError” exception occurs.

Program
CSC256PublicChangeDoc
10/2/2021 11:10pm

Component
C:\Users\Simon\CSC256PublicChangeDoc

Describe the solution you'd like
As the program stated, no exception should be raised when only press the Enter key.

Describe alternatives you've considered
Replace line 9 in the “full_retirement_calc.py” file with the following code:
birth_month = str(input(“Enter the month of birth ( implies 0)”))
if birth_month == ‘ ‘:
birth_month = 0

Additional context
image

Priority
TBD

State
Open

Assigned
Unassigned

Cost
TBD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant