AutoFramework/main.py

3 lines
31 B
Python
Raw Normal View History

2022-07-27 17:15:46 +08:00
a = []
b = [1,2,3]
print(a + b)