Im looking to see what a script with the description below could i…
Question Answered step-by-step Im looking to see what a script with the description below could i… Im looking to see what a script with the description below could i please see what that would look like? Part A a function called “functionOne” that generates 6 random numbers from 1-1000 inclusive, in which the range of each number is determined by the previous random value generated.Part B (that is to say, the first # will have a range of 1-1000, if the first number generated is 756, then the next random number will have a range from 1-756 etc.) Part C Each random number is printed on a separate line as it is generated. Part D Once all the random numbers are generated, return a string to the caller which is made up of the first digit of all 6 random numbers, concatenated together into one string. For example, if the six random numbers generated were: 75650032424512089 The return value would be: 753218 together into one string. Computer Science Engineering & Technology Python Programming COMP 1099 Share QuestionEmailCopy link Comments (0)


