I tried the code below
for i in range(1,5):
test(i)=1
the result i want to get is below. can anyone have ideas?
test1 = 1
test2 = 1
test3 = 1
test4 = 1
I tried the code below
for i in range(1,5):
test(i)=1
the result i want to get is below. can anyone have ideas?
test1 = 1
test2 = 1
test3 = 1
test4 = 1