AutoFramework/Temp/main.py

4 lines
47 B
Python
Raw Normal View History

2022-09-17 12:12:07 +08:00
import os, sys
2022-07-30 01:25:16 +08:00
2022-09-17 12:12:07 +08:00
lst = [1, 2, 3]
print(lst[0-1])