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