This is the solution of this problem: X=int(input())Y=int(input())total=0for i in range((Y+1),X): if(i%2!=0): total=total+iprint (total) 😉💪💪😉😉
No comments