Що буде надруковано в результаті виконання фрагмента програми?
for i in range(20):
j = 2
print('i =', i)
while(j <= (i/2)):
if i%j == 0: print(j)
j = j+1
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.