<div>HI:</div>
<div> </div>
<div>I want to change a element  in one tuple,Eg. change the 3th element in tuple {a,b,c,e} to 'g',the result will be {a,b,g,e}.</div>
<div>How can I do it?</div>