def addItem(listParam): listParam += [1] Sookshmas = [1, 2, 3, 4]addItem(Sookshmas)print(len(Sookshmas))
Not registered? Create an account
Forgot Password?
Already a registered user? Login