Seudónimo Seudónimo 24-11-2020 Computers and Technology contestada Write the code in python to ask the user to input two integers. Your program will then print the greatest common divisor of the two integers. Look at the math module for a function that will help you find the greatest common divisor.