Problem:
Question 1- Write a Python program which defines a function to test whether or not a user defined amount of sets of two numbers (each of which is either a ONE or ZERO) is either true or false using CONJUNCTION in logic.
Question 2- Write the LOGIC of a program which determines if a random generated number between 1 and 100 is either even or odd. If it is even, it prints ‘even steven,' and if it odd, it prints ‘odd todd'.
Write the code step by step and explain it.