add link in all Questions in `ML-Machine-Learning/py /QA.md` ## Not like, 28. [Print all the Armstrong numbers in the range of 100 to 1000](#problem-28) 29. [The current population of a town is 10000. Write a program to find out the population at the end of each of the last 10 years](#problem-29). 30. [Write a program to print all the unique combinations of 1, 2, 3, and 4](#problem-30) ## Complete every Question, like, 28. [Print all the Armstrong numbers in the range of 100 to 1000](#problem-28) 29. [The current population of a town is 10000. Write a program to find out the population at the end of each of the last 10 years](#problem-29). For eg current population is 10000 so the output should be like this: - 10th year - 10000 - 9th year - 9000 - 8th year - 8100 and so on 31. [Write a program to print all the unique combinations of 1, 2, 3, and 4](#problem-30) ### Check it after submitting - [ ] I check every Question carefully. - [ ] No Question is incomplete. - [ ] Recheck all Question with Question dox file.
add link in all Questions in
ML-Machine-Learning/py /QA.mdNot like,
Complete every Question, like,
Check it after submitting