エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
コメント一覧は非表示に設定されています。
(詳しくはこちら)
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
追記 2006/9/18 たぶん勘違いしていたので書き直しました. まつもと直伝 プログラミングのオキテ - ま... 追記 2006/9/18 たぶん勘違いしていたので書き直しました. まつもと直伝 プログラミングのオキテ - まつもと直伝 プログラミングのオキテ 第4回(3):ITpro >>> class hoge: pass >>> h = hoge() >>> fuga = 1; foo = 'hatena'; bar = u'hatena' >>> d = {'hoge':hoge,'fuga':fuga,'foo':foo,'bar':bar} >>> for i in d.keys(): if not type(d[i]) == str: #後述のコードで書き直しました. print '%s is not str instance' % i fuga is not str instance bar is not str instance hoge is not str instance >>