Toggle navigation
PyPrac
ホーム
練習問題10
練習問題40
問題 1
/40
次にプログラムの出力結果はどれか。 str = 'aBcdefGhiJ' print(str[4])
選択肢1
B
選択肢2
c
選択肢3
d
選択肢4
e
回答する