i have variable a with binary values then i have variable b with another set of binary values, i want variable b to into variable a and stored into variable c, i hope that not confusing
a = "01101000011001010111100100000000000000000000"
b = "011000100111100101100101"
c = "01100010011110010110010100000000000000000000"