Skip to content

Instantly share code, notes, and snippets.

View Frut1n's full-sized avatar

Frut1n

  • Joined Sep 21, 2025
View GitHub Profile
f = int(input('Введите число:'))
s = int(input('Введите число:'))
if s > f:
print(s)
else:
print(f)
s = int(input('Введите число:'))
for i in range(1, s+1):
print(i)