「python入門」配列の要素を取得するサンプル

2021年2月24日

使用例

str = "Study skill in arkgame"
print(str[2])
print(str[3])

実行結果
u
d

Python

Posted by arkgame