What will be the output of this python program
def addItem(name):
name += [1]
mylname = [1, 2, 3, 4]
addItem(myname)
print(len(myname))

Posted on by