python: add further ref lists
This commit is contained in:
		
							parent
							
								
									15d5babe08
								
							
						
					
					
						commit
						581598ae33
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -179,3 +179,7 @@ list2 = [4, 5, 6]
 | 
				
			||||||
merged_list = list1 + list2
 | 
					merged_list = list1 + list2
 | 
				
			||||||
print(merged_list)  # Output: [1, 2, 3, 4, 5, 6]
 | 
					print(merged_list)  # Output: [1, 2, 3, 4, 5, 6]
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## See also
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Sorting lists in Python](/Programming_Languages/Python/Syntax/Sorting_lists_in_Python.md)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue