I wanna pass 2 arguments, one as list [8, 10], and one as integer in terminal. file MySeq.py
like: MySeq.py [8, 10], 32 How would i do this?
import sys