entry_form = tuple(('Niuniu','Niumei')) print(entry_form) try: entry_form[1] = 'Niukele' except: print('The entry form cannot be modified!')