标签: python
例如:
INPUT:
我的名字,
saurabh singh
输出:
答案 0 :(得分:0)
如果是2n行,请执行以下操作
temp = str_inp.split("\n") print(temp[len(temp)/2:] + temp[:len(temp)/2])