Lists Explain the split() and for and if function in this code

后端 未结 0 1932

fname = input("Enter file name: ") fh = open(fname) lst = list()enter code here for line in fh:enter code here for word in line.split():

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