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