Соотнеси фрагменты программного кода и их результаты. Количество соединений: 3 1 import math 2 a-25 3 b=10 4 if a%b--0: 100.0 6 c=math.sqrt(a) print(c) else: print(a) 7 8 Рис. 1 1 import math 2 a-25 3 b-10 4 5 25 6 3f a//bl=8: c=math.sqrt(a) print(c) else: print(a) 7 8 Рис. 2 1 import math 2 a-25 3 4 5 b=10 if a//b!.0: c=math.pow(b,2) print(c) else: print(a) 5.0​
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.