data mining

profileDurga-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

    blurred-text
    • attachment
      Program.py
    • attachment
      YourProgram.py