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