scripts/ege/121311.py

4 lines
41 B
Python
Raw Normal View History

2023-05-05 00:45:01 +03:00
a = []
a.append("1")
print(a + ["2"])