mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
6 lines
144 B
Python
6 lines
144 B
Python
my_list = [m, 1, var]
|
|
my_list.append(my_list)
|
|
if bar: #PY-2898
|
|
my_list.append("bar")
|
|
my_list.append(my_list)
|
|
do_something() |