Code

a=24
b=16
print("ggT(", a, ",", b, " = ", end="")
while a!=b:
if a>b:
a=a-b
else:
b=b-a
print(a)
{{ dockerServerErrorMsg }} ×
{{ errorMsg }} ×
{{ successMsg }} ×