【发布时间】:2018-09-20 13:52:28
【问题描述】:
我需要有关 exe (python) 的帮助
给定字符串 input1 和 input2,返回带有 input1 和 input2 的单个字符串 input2 用空格 ' ' 分隔, 除了交换每个字符串的前 2 个字符。 例如 'mix', pod' -> 'pox mid
【问题讨论】:
-
使用函数
-
您究竟需要什么帮助?你的函数是什么样子的,它有什么问题?