Quick actions

cmd+k|ctrl+k

Navigation

Languages

2025/11/05 P40 List

Snippet info

Language

Python

Visibility

public

Author

kwahmail

Created

2025-11-05T12:47:03.969308Z

Updated

2025-11-05T12:50:52.281495Z

1 = [1,1,1,1,1,1,1]
print(1)
1[0:2] = 2,3,4
print(1)
INFO