# STEP 1: create a node s = Student() # STEP 2: fill its data fields s.name = ... # STEP 3: add node to list s.next = start start = s