Mustafa Ustuncelik
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Mustafa Ustuncelik-
Mustafa Ustuncelik created a post,
I cant see variable notations in printint results
AnsweredHello, 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...