In Python version 2.x, raw_input reads an input from standard input (sys.stdin) and returns a string with the trailing newline character stripped from the end.
在Python版本2. x中,raw _ input会从标準输入(sys . stdin)读取一个输入并返回一个字符串,且尾部的换行符从末尾移除。
But puts then writes a newline character to the standard output.
但是puts函数最后会想标準输出写入一个换行符。
By default, calling print by itself appends a newline character (\ n).
默认地,若只调用print自身,结果会追加一个换行符(\n)。
In this example, the newline character token is used to generate a kind of 「multi-line」 prompt.
在本例中,使用换行字符符号生成了一种「多行」提示符。
A caret at the end of a line inserts a literal newline character in a string or macro.
在字符串或宏中,位于行尾的插入符号插入换行符。
Do specify a timeout when opening the serial port otherwise it could block forever if no newline character is received.
指定了超时当打开串口否则块永远如果没有换行符,收到。
Internally, the newline character is ignored when creating the string, as is shown when the string is printed.
从内部机制看,在创建字符串时换行符会被忽略,在打印字符串时可以看出这一点。
If we put one name per line in our text file, we can easily split the file contents on the newline character to build our source arrays.
如果在文本文件的每一行中存放一个名字,则可以轻松地用换行符分隔文件内容以构建源代码数组。