Skip to content

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.

1 participant