Яку відповідь оримаємо, якщо a=6, b=9
a,b=map(int,input('Введіть два числа ').split())
while a!=b:
if a>b:
a=a-b
else:
b=b-a
nsd=a
print('nsd=',nsd)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.