How do I print A number for the same number of times with while loop inside a function? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How do I print A number for the same number of times with while loop inside a function?

I want to print the entered number, the same number of times using a while loop. The code has to read a value from user and then pass it to a function which then does the printing work. And also how can I find the factorial of the number using the same code structure? https://code.sololearn.com/c7ZyVYW9KlZo/?ref=app

14th Dec 2019, 8:14 AM
SaFFire1
SaFFire1 - avatar
4 Respostas
+ 2
https://code.sololearn.com/cj0QhnpBva63/?ref=app Check this.
14th Dec 2019, 8:19 AM
šŸ‡ Alex Tușinean šŸ’œ
šŸ‡ Alex Tușinean šŸ’œ - avatar
+ 3
šŸ’œ Alex Tusinean šŸ‡ Thanks a ton. šŸ˜Š
14th Dec 2019, 8:21 AM
SaFFire1
SaFFire1 - avatar
+ 3
šŸ’œ Alex Tusinean šŸ‡ you're awesome šŸ‘Œ
14th Dec 2019, 2:52 PM
SaFFire1
SaFFire1 - avatar
+ 2
SaFFire1 you're welcome :) Check again the code, I made it work for negative numbers too.
14th Dec 2019, 8:23 AM
šŸ‡ Alex Tușinean šŸ’œ
šŸ‡ Alex Tușinean šŸ’œ - avatar