Example #1
0
def cllNewNode(val):
	new = ADT.cllNode(val, "NULL", "NULL")
	return new