Attention, the code you mentioned is an error code, please correct it!
tuple1=(1,3,5,8,10,7,0,12,4)max=tuple1[0]for each in tuple1: if each > max max =eachreturn max