I am writing program for coprime can anyone tell me where I am…

Question Answered step-by-step I am writing program for coprime can anyone tell me where I am… I am writing program for coprime can anyone tell me where I am getting wrongImage transcription textdef coprime_test_loop( ) : user = ‘Y’ #continue until user didn’t enter Y or y while (user == ‘Y’ or user = = ‘y’ ) :#take two numbers from user num1=int(input (“Enter the first number “) )num2=int(input(“Enter the second number “) ) #calling the coprime if (coprime ( nu… Show more… Show more  Computer Science Engineering & Technology Python Programming PHL MISC Share QuestionEmailCopy link Comments (0)