Codehs Python 3.5.9 Recipe

function is used to convert the numeric results into strings to print alongside labels.

lst = [1,2,3] lst.append(4) lst.insert(0,0) lst.pop() len(lst) codehs python 3.5.9 recipe