これは解説記事というより、自分自身のメモなので、説明は最低限で適当です。 ホームディレクトリ直下に作業用のディレクトリを作成する。 mkdir ~/python_source && cd ~/python_source Python公式サイトから指定バージョンのソースコードをwgetコマンドで ...
'''1. Basic String Functions Function Description len(s) Returns the length of the string s. str(x) Converts a value x to a string. Case Conversion Function Description s.lower() Converts all ...