'Is there a way to join the lists in python [duplicate]

I'm eager to know is there any way to join tow or more lists into one?

Please help me with this.

li= ["v1", "v2", "v3"]
l2= [1,2,3]
print(joined_list)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source