Advertisement
Jorell_Ramos_Sinaga

Untitled

Dec 18th, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. a=int(input())
  2. b=int(input())
  3. soma=0
  4. for n in range((b+1),a):
  5. if (n%2!=0):
  6. soma+=n
  7. print(soma)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement