Code

a=24
b=64
for t in range(1,min(a,b)+1):
if a%t == 0 and b%t == 0:
print(t)
{{ dockerServerErrorMsg }} ×
{{ errorMsg }} ×
{{ successMsg }} ×