Ответ:
from math import*
a=float(input('Введіть перше число'))
b=float(input('Введİть друге число'))
c=sqrt(a*b)
print('c=',c)
Объяснение:
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
from math import*
a=float(input('Введіть перше число'))
b=float(input('Введİть друге число'))
c=sqrt(a*b)
print('c=',c)
Объяснение: