123
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Create a program that asks a user to input a number and then finds the sum of digits of the number using recursion. for example 341 = 3+4+1 = 8
This is what i have but it wont compute anything.. number = input('Enter a number here:'); function ...
6 years 前 | 2 个回答 | 1