Why is this for for loop only running once and partially running all the following times in python?

前端 未结 0 1918
小蘑菇
小蘑菇 2020-12-05 09:50
file = open("text.txt", "r")
needed = ["Name", "Class", "Level"]
gotten = []
y = []
x = False

for need in needed:
         


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