AutoFramework/Temp/main.py

4 lines
47 B
Python

import os, sys
lst = [1, 2, 3]
print(lst[0-1])