file size argument [计] 文件长度变元
The new syntax is now to simply pass in a value to the keyword argument file in the print() function. For example
新的语法只要求给 print() 函数的关键字参数 file 传递一个值就可以了。
This input can come either from a file specified as the last command line argument, or from standard input if no file name argument is given.
该输入可以来自作为最后一个命令行参数指定的文件,在没有给出文件名参数时也可以来自标准输入。
应用推荐