Files

1.3 KiB
Raw Blame History

id, title, challengeType, forumTopicId, dashedName
id title challengeType forumTopicId dashedName
5e44412c903586ffb414c94c 算术格式化 10 462359 arithmetic-formatter

--description--

创建一个函数,该函数接收属一个字符串列表,每个字符串代表一个算数问题,并返回垂直并排排列的问题。

你可以在 Replit 上查看整个项目的具体描述和初始代码

访问此链接后fork 这个项目。 当你根据 “README.md” 中的说明完成了项目,请在下方提交你的项目链接。

我们仍在开发 Python 课程的交互式教学部分。 目前freeCodeCamp.org YouTube 频道上的一些视频会教授你这个项目需要的所有技能。

  • Python for Everybody 视频课程14 小时)
  • 学习 Python 视频课程2 小时)
    • --hints--

      它应该正确地格式化算术问题并通过所有测试。

      
      

      --solutions--

      /**
        Backend challenges don't need solutions,
        because they would need to be tested against a full working project.
        Please check our contributing guidelines to learn more.
      */