Q&A Discussions
what gives an array a ID?
0 Votes
1 Answerwhat are array
0 Votes
9 AnswersArray function nested loops
3 Votes
1 AnswerWhat is array
0 Votes
2 AnswersI 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 Votes
4 AnswersCan You Skip Array Indexes?
0 Votes
2 AnswersArray numbers
1 Vote
5 AnswersArray indexes
1 Vote
1 AnswerHot today
code coach
2 Votes
How do I do audio
0 Votes
PYTHON AND JAVA
0 Votes
Lua?
1 Votes
Query about A.I.
0 Votes