СРОЧНО, ИНФОРМАТИКА, ПОЖАЛУЙСТА
Ответ:
1)a=int(input())
b=int(input())
while a!=b:
print(a)
a-=1
2)a=int(input())
m=0
m+=(a**2)
a+=1
print(m)