class adjList:
     def __init__(self, info):
         self.info = " "
         self.next = None

          