CoWin-Vaccine-Notifier
CoWin-Vaccine-Notifier copied to clipboard
Multiple Pincodes input and Age input.
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 .