Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Revisions

3 of 3
Dressed the naked link.
Peter Mortensen
  • 31.3k
  • 22
  • 110
  • 134

From sys — System-specific parameters and functions :

To write or read binary data from/to the standard streams, use the underlying binary buffer. For example, to write bytes to stdout, use sys.stdout.buffer.write(b'abc').

AltStyle によって変換されたページ (->オリジナル) /