Рассмотрите программы и определите типы циклов

a = int(input())
m = a%10
a = a//10
while a > 0:
if a%10 > m:
m = a%10
a = a//10
print(m)

Ответ_____________________________
a = int(input())
b = int(input())
c = int(input())
for i in range(a,b+1,c):
print(i, end=' ')

print()

Ответ____________________________
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.