Python输入不定行

Python输入不定行,输入空格行结束输入python if __name__=="__main__": myList2=[] try: while True: line=sys.stdin.readline().strip() if line == '': break
相关文章
相关标签/搜索