data mining

Durga-prasad_01

Write a Python program that asks the user to enter an integer (X), then: 

 A. Determines if X is odd or even,  

B. Computes and prints the factors of that integer X  

 C. Evaluate and print the equation Y=3X+7, for X values from -3 to 9 using the range function and for loop


    • 7 years ago
    • 5
    Answer(1)

    Purchase the answer to view it

    • Program.py
    • YourProgram.py