reate a Node class that supports a singly linked list that links backwards from tail to root.
The node constructor is given below:
class Node:
def i