ZhangZhihui's Blog  

 

Help on built-in function print in module builtins:

print(*args, sep=' ', end='\n', file=None, flush=False)
    Prints the values to a stream, or to sys.stdout by default.

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

 

posted on 2023-07-25 09:39  ZhangZhihuiAAA  阅读(7)  评论(0编辑  收藏  举报