Jennifer Lopez’s picture led to the creation of google images.
If multiple choice then d and a if not then the best one would be a!
hope this helps!!
Answer:
how many of these information have you shared
The keywords used in programming languages that use decisions to redirect the flow of a program are called control structures.
import math
num1 = int(input("Enter a number: "))
num2 = int(input("Enter a number: "))
print(math.gcd(num1, num2))
The gcd() - greatest common divisor function, which is part of the math module works perfectly in this situation.