Skip to content

Instantly share code, notes, and snippets.

View sharmaabhinav's full-sized avatar
😀
Working

ABHINAV SHARMA sharmaabhinav

😀
Working
  • Bangalore
View GitHub Profile
module Helper
INPUT_SEPRATOR = " "
PAGE = "p"
QUERY = "q"
def self.user_input
user_input = { pages_keywords: [], queries_keywords: [] }
input = read_from_command_line