import ctypes class node: def __init__(self,data): self.data=data self.ptrdiff=0 #inserting an element at starting of linkedlist def insert_at_begg