python 练习 格式化算术式 创建一个函数,该函数接收属一个字符串列表,每个字符串代表一个算数问题,并返回垂直并排排列的问题。 题目详情见:freeCodeCamp/boilerplate-arithmetic-formatter 题解:arithmetic-formatter 自定义一个时间计算器 编写一个名为 “add_time” 的函数,该函数可以将一段时间添加到一个开始时间中,并返回结果。 题目详情见:freeCodeCamp/boilerplate-time-calculator 题解:time-calculator