解答例_3_1

la = ['春', '日', '空', '気', '土', '雨']
for s in la:
    print(s, ord(s))

春 26149
日 26085
空 31354
気 27671
土 22303
雨 38632

タイトルとURLをコピーしました