python observed two type definition for one variable

前端 未结 0 1345
迷失自我
迷失自我 2021-01-14 05:34

this is one simplified code for my program:

def test():
    global a
    with open("setting.txt", \'r\') as f:
        s = f.read().splitlines() 
           


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