Vegard Hansen
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
Vegard Hansenによる最近のアクティビティ-
I am building the variables like this: l = dict.fromkeys((g,k) for g in all_generations for k in production_schedules[g]) for g in all_generations: for k in production_schedules[g]: ...