Mustafa Ustuncelik
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Mustafa Ustuncelikさんの最近のアクティビティ-
Mustafa Ustuncelikさんが投稿を作成しました:
I cant see variable notations in printint results
回答済みHello, When I write to see variable values i cant see the variable notations in the results. My variable definition: x = {}for j in range (1,3):for o in range (1,3):for m in range(1,3):x[j,o,m] = m...