mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
4 lines
56 B
Python
4 lines
56 B
Python
arr1 = [1, 2, 3]
|
|
arr2 = [4, 5, 6]
|
|
if a not in ar<caret>
|