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

Multiple Pincodes input and Age input. #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ronak7613
Copy link

NO NEED TO CHANGE THE CODE EVERY-TIME.

User can enter multiple pin codes by using single space.

eg : (004001 005001 006001).

*solution to an open issue:-
Instead of hard coding parameters, the script should take parameters on command line. User may not want to edit code Every time for changing parameters according to them.

solution : - 1. taking input in age from user formatting it from string to integer.
2 taking input in pin code from user and using split function which is allowing multiple pin codes inputs .

User can search over multiple pin code at a same time.

NO NEED TO CHANGE THE CODE EVERY-TIME.
User can enter multiple pin codes by using single space.
eg : (004001 005001 006001).

*solution to an open issue:-
Instead of hard coding parameters, the script should take parameters on command line. User may not want to edit code Every time for changing parameters according to them.

*solution : - 1. taking input in age from user formatting it from string to integer.
2.taking input in pin code from user and using split function which is allowing multiple pin codes inputs .

User can search over multiple pin code at a same time.
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

Successfully merging this pull request may close these issues.

None yet

1 participant