S = 'xxxxSPAMxxxxSPAMxxxx'where = S.find('SPAM') # search for positionprint where S = S[:where] + 'EGGS' + S[(where+4):]print S
Name (required)
email (will not be published) (required)
Website