1)
n = int(input())
i = 2
while i != n:
print(i)
i += 2
Ответ:
Объяснение:
d=1
z=[]
n=int(input())
while d<=n:
z.append(d)
d+=1
print(' '.join(map(str, z)))
2)
d=191
while d%17!=0:
print(d)
3)
while d**2<=n:
6)
d=101
ot=0
while d%19!=0 or ot<15:
if d%19==0:
ot+=1
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
1)
n = int(input())
i = 2
while i != n:
print(i)
i += 2
Ответ:
Объяснение:
1)
d=1
z=[]
n=int(input())
while d<=n:
z.append(d)
d+=1
print(' '.join(map(str, z)))
2)
d=191
while d%17!=0:
d+=1
print(d)
3)
d=1
n=int(input())
while d**2<=n:
d+=1
print(d)
6)
d=101
ot=0
z=[]
while d%19!=0 or ot<15:
if d%19==0:
z.append(d)
ot+=1
d+=1
print(' '.join(map(str, z)))