Question: 1. Write a python program which does the following: 1.1. Create a thread, this thread must find out factors of a number. 1.2. Number must

1. Write a python program which does the following: 1.1. Create a thread, this thread must find out factors of a number. 1.2. Number must be entered by the user and have to be a positive integer number. 1.3. The thread function must add number factors to a list and then find out if the factors list contains a number entered by the user, if the condition is true then print that the "Number is Found" otherwise print each pair of factors in a line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
