Feedback for these lessons is very much welcome. If you like or hate something about a lesson let us know, either on GitHub, via Mail or just tell us in person ;)
x
Customized Sheldon
Write a program, that lets the user decide how often “Knock, knock, knock - Penny?” is printed.
Experts: Let the program additionally ask how often Sheldon knocks each time. Take care, that the first “Knock” starts with a Capital K.
###Hints###
Experts: You can use loops inside loops
Experts: You should use a different index for the inner loop
##Solution##