无法理解python中的“\ n”

时间:2016-11-21 13:27:45

标签: python python-2.7

我不知道\n

python的目的是什么

以下是一个示例:

 rangeNum = int(raw_input("Enter the max number you'd like to go up to: \n"))

1 个答案:

答案 0 :(得分:0)

  

这是一个特殊的ASCII字符,表示line文字的结尾和new line的开头。