Write a Python function (calledmyRandom) that
creates 10 random integers between -1000 and 1000,
writes all of those randomly generated numbers to a file and ascreen.
Expert Answer
Answer to Write a Python function (called myRandom) that creates 10 random integers between -1000 and 1000, writes all of those ra…