Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 229 Bytes

TDD1.md

File metadata and controls

7 lines (5 loc) · 229 Bytes

使用集合创建一个包含1-10十个数字的列表,实现以下功能:

  • 返回其中的奇数
  • 返回其中的偶数
  • 将偶数乘2,奇数不变
  • 找出数字,返回字符串: "Hello, x" 或者 "Not Found"