I am new to Python programming..

Can anyone help me to write a simple Python program that creates a singly linked list and then prints the entries in it??
I know how to do in C?? But Python does not support pointers, so how to get around with this issue??