Skip to content

London | 26-SDC-Mar | Ebrahim Beiati-Asl | Sprint 5 |Sprint 5 prep#433

Open
ebrahimbeiati wants to merge 9 commits into
CodeYourFuture:mainfrom
ebrahimbeiati:sprint-5-prep
Open

London | 26-SDC-Mar | Ebrahim Beiati-Asl | Sprint 5 |Sprint 5 prep#433
ebrahimbeiati wants to merge 9 commits into
CodeYourFuture:mainfrom
ebrahimbeiati:sprint-5-prep

Conversation

@ebrahimbeiati
Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Sprint 5 exercises

@ebrahimbeiati ebrahimbeiati added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 25, 2026
@LonMcGregor LonMcGregor added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label May 13, 2026
Copy link
Copy Markdown
Contributor

@LonMcGregor LonMcGregor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work, just one file to have another look at

age_input = input("Enter your age: ").strip()
if not age_input.isdigit():
print(f"Error: '{age_input}' age must be a number.", file=sys.stderr)
sys.exit(1)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to keep asking for input instead of exiting if the input was wrong?

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants