Напишите программу,пожалуйста
a)
s=0
n=int(input())
for a in range(1,n+1):
s+=a
print(s)
б)
s+=a**2
в)
if a%2==0:
г)
for a in range(10,100):