search

Home  >  Q&A  >  body text

python3 IDE里为什么输入raw_input就会出错?

python3 IDE里为什么输入raw_input就会出错?

巴扎黑巴扎黑2889 days ago583

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 17:56:15

    There is no raw_input in Python3. Use input. The input in
    3 is a little different from the input in 2

    reply
    0
  • Cancelreply