반응형 SEP1 [파이썬, Python] print 정리 [ 파이썬 print 정리 ] help(print) : print 도움말 보기 help(print) ''' [출력값] 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.. 2022. 4. 2. 이전 1 다음 반응형