Определите значение переменной n после выполнения программы:

A = [5,3,15,7,1]
M = A[0]
n = 0
for i in range(1,5):
if A[i] > M:
M = A[i]
n = i
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2025 SCHOLAR.TIPS - All rights reserved.