search

Home  >  Q&A  >  body text

python - pig latin问题 总是出现list/string index out of range

PHP中文网PHP中文网2785 days ago685

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-04-18 10:29:53

    1. x 的初始值要設為 0 不是 1, 否則最後一圈的時候 x 值會是 n, this index is out of range

    2. Use for i in range(n) 時, 我們直接使用 i 做為 loop variable 即可, 不必另外使用一個變數 x


    Questions I answered: Python-QA

    reply
    0
  • Cancelreply