AutoFramework/main.py

3 lines
31 B
Python

a = []
b = [1,2,3]
print(a + b)