РЕШИТЕ В ПИТОНЕ!!!!!!!!!!!!!!!!
Приложения:

Ответы на вопрос
Ответил daniil062
0
students = [input() for _ in range(int(input()))]
print(students[int(input()) - 1:int(input())])
Новые вопросы