+ 1
Write a function to return a string that contains random numbers where the length must be equal to the value of the parameter.
E.G. function(5) returns 10243
1 Answer
+ 9
I give it a try here:
https://code.sololearn.com/Wi7lusTcDFFX/?ref=app
E.G. function(5) returns 10243