There is a extension from google chrome webstore that allows to take a screnshot
It is like this: . You just put a circle and that is a power point
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.
I Think The answer is d I hope it helps