Quick actions

cmd+k|ctrl+k

Navigation

Languages

List

Snippet info

Language

Python

Visibility

public

Author

chausage

Created

2024-12-04T04:46:37.153187Z

Updated

2024-12-04T04:46:37.153187Z

a=[1,2,3,4,5]
b=a+[6,7,8]
print(b)
INFO