「python入門」配列の要素を取得するサンプル 2014年9月6日2021年2月24日使用例 str = "Study skill in arkgame" print(str[2]) print(str[3]) 実行結果 u d PythonPosted by arkgame