技術 Python 構文ベストプラクティス クラス以外 Pythonの組み込み型 文字列とバイト列 >>> print(bytes()) b'foo' >>> >>> list(b'foo bar') >>>... 2019.02.21 技術