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