How to change this function to recursive

后端 未结 0 812
刺人心
刺人心 2021-01-19 02:28

I have a function find_numbers() which returns all n-digit numbers in which sum of all digits is divisible by 2.

Example: find_numbers(2) will return:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题