1. input()和split()组合同时赋值多个值 2. 字符去掉换行符输出 3. print()语句的关键字sep表示分割,关键字end表示结束print("abc",sep='---')print("abc",end='===')