Instruction - not function!

myList = [1,2,3,4,5]
del myList[2] #deletes '3'
print(myList)
assert 0 > 10