Answers for "how to add the items in the list in python"

0

python code to add element in list

a=[1,2,3]
b=[2,3,4]
a.append(b)
Posted by: Guest on November-24-2021

Code answers related to "how to add the items in the list in python"

Python Answers by Framework

Browse Popular Code Answers by Language