i used for loop to make 4 variables

 For[i = 0, i < 4, i++,bi=0]

but when i write 
`b0` or `b1` print it as b0 or b1 not `0` 0r `0`

please any help