from os import name def show_name(name): if name == 'Niuniu': print("I am Niuniu and I am studying Python in Nowcoder!") elif name == "Niumei": print("I am Niumei and I am studying Python in Nowcoder!") else: print("I am Niu Ke Le and I am studying Python in Nowcod...