찾다

 >  Q&A  >  본문

python - 如何循环下输出

fileHandle = open ( 'hello1.txt', 'w' )
fileHandle.write(hello1.text)
fileHandle.close()

fileHandle = open ( 'hello2.txt', 'w' )
fileHandle.write(hello2.text)
fileHandle.close()

fileHandle = open ( 'hello3.txt', 'w' )
fileHandle.write(hello3.text)
fileHandle.close()

.....

.........

如何循环下输出

PHPzPHPz2887일 전416

모든 응답(2)나는 대답할 것이다

  • PHP中文网

    PHP中文网2017-04-17 17:35:28

    으아아아


    으아아아

    회신하다
    0
  • 怪我咯

    怪我咯2017-04-17 17:35:28

    으아아아

    회신하다
    0
  • 취소회신하다