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