I'm having trouble using sys.argv to get arguments from the user. My python code is not working as I intended

后端 未结 0 1785
-上瘾入骨i
-上瘾入骨i 2020-12-05 07:16

I wrote this code:

#! /root/anaconda3/bin/python3.8

import sys

i = 0
options = ""
wordsFind = ""
while True:
    i += 1
    try:                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题