Apr-29-2019, 07:57 PM
I try to make a dict for my code, the dictionnary content the sqaure number and the the value of this square, the dict have 480 value. I need a simple method to create all the value. if I can add more value, I will do it. I have search for my answer, but I have find nothing to help me.
my code
thank for the help
my code
top=0
end=0
valuesquare{}
"valuesquare"top+end*30[32]
top+1
if end==15 and top==29:
break
elif top==29:
end+1
top==0I'm sure I can optimize this, but I dosen't find how, and I'm pretty sure the code dosen't workthank for the help
