alondrawashere32 alondrawashere32 31-01-2024 Computers and Technology contestada 1 ### DO NOT MODIFY ### 2 num = int(input("Enter integer greater than 1: ")) # ask user for number 3 print () #print empty line 4 ### DO NOT MODIFY ### 5 6 # YOUR CODE HERE