Christian Ruf
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Christian Rufによる最近のアクティビティ-
tupledict behavior changed from version 10 to 11
回答済みIn version 10, tupledict.keys() returns a tuplelist. In version 11, it returns dictkeys like regular Python dictionaries do. Receiving a tuplelist is more convenient because one can use its select ...