mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-14 09:06:32 +03:00
4 lines
41 B
Python
Vendored
4 lines
41 B
Python
Vendored
a = []
|
|
a.append("1")
|
|
print(a + ["2"])
|