码迷,mamicode.com
首页 > 其他好文 > 详细

5.print

时间:2018-11-27 16:58:12      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:function   arguments   def   efault   like   val   cti   pac   defaults   

>>> help(print)
Help on built-in function print in module builtins:

print(...)
    print(value, ..., sep=‘ ‘, end=‘\n‘, file=sys.stdout, flush=False)

    Prints the values to a stream, or to sys.stdout by default.
    Optional keyword arguments:
    file:  a file-like object (stream); defaults to the current sys.stdout.
    sep:   string inserted between values, default a space.
    end:   string appended after the last value, default a newline.
    flush: whether to forcibly flush the stream.

5.print

标签:function   arguments   def   efault   like   val   cti   pac   defaults   

原文地址:https://www.cnblogs.com/lcfzh/p/10024619.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!