Discussions Q&R
I need to design a recursive function called replicate recur which will receive two arguments: times which is the number of times to repeat and data which is the number or string to be repeated.
The function should return an array containing repetitions of the data argument.
For instance, replicate_recur (3, 5) should return [5,5,5].
If the times argument is negative or zero, return an empty array. If the argument is invalid, raise ValueError.
0 Vote
4 RéponsesIn the short code below, I declared an array of five elements. But I'm getting confused on how to use it in a while loop. My main question is , if the user inputs a userchoice1 value that is less than 1, I want the code to keep looping until the user inputs a number that is not less than 1. But I don't know if the 7th line (userchoice1 [x]++) shows the right way to loop it.
1 Vote
2 Réponseschallege
-1 Vote
1 RéponseAujourd'hui en vedette
Moving image
3 Votes
Check it out
1 Votes
Do you agree with me ???
0 Votes
Want to confirm
0 Votes
Help make cool game
0 Votes
Adding audio and videos
1 Votes
Kotlin
1 Votes