l
\Lc               @   s   Gd    d e   Z d S(   c             B   s   |  Ee  Z d d d   Z d S(   c             C   s   | |  _  | |  _ d S(   u   creates a ListNode with the specified data value and link
        post: creates a ListNode with the specified data value and linkN(   u   itemu   link(   u   selfu   itemu   link(    (    uF   C:\Users\Terry\Desktop\Reed\CodeByChapter\Python3\Chapter4\ListNode.pyu   __init__   s    	N(   u   __name__u
   __module__u   Noneu   __init__(   u
   __locals__(    (    uF   C:\Users\Terry\Desktop\Reed\CodeByChapter\Python3\Chapter4\ListNode.pyu   ListNode   s   
u   ListNodeN(   u   objectu   ListNode(    (    (    uF   C:\Users\Terry\Desktop\Reed\CodeByChapter\Python3\Chapter4\ListNode.pyu   <module>   s    