LoginSignup
1
0

More than 5 years have passed since last update.

checkIO( The Most Wanted Letter) 

Posted at

・アルファベットのみを取得
import re
re.findall('[a-z]' ,lower_text)

・辞書から
dic.items()
dic.values()
で取得するとリストに変換することにわすれていた
だからその後はオフセットを使って指定できる。

・iteratorを継承しているモジュールの内の1つがlistやtuple
これから勉強

・フィルターに通して、フォーマットして、値を整形して、解析して、出力
問題を解くポイント

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0