Design a program in python that generates a 7-digit lottery


Lottery Number Generator:

Design a program, in python, that generates a 7-digit lottery number. The program should have an Integer array with 7 elements. Write a loop that steps through the array, randomly generating a number in the range of 0 through 9 for each element. Then write another loop that displays the contents of the array. https://repl.it

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Design a program in python that generates a 7-digit lottery
Reference No:- TGS01146890

Expected delivery within 24 Hours