CoWin-Vaccine-Notifier icon indicating copy to clipboard operation
CoWin-Vaccine-Notifier copied to clipboard

Multiple Pincodes input and Age input.

Open ronak7613 opened this issue 3 years ago • 0 comments

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.

ronak7613 avatar Jan 04 '22 19:01 ronak7613