AnnaVolkova

Untitled

Jul 13th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. a=int(input())
  2. b=0
  3. c=1
  4. for i in range(a):
  5. b+=c
  6. c+=2
  7. print(b)
Add Comment
Please, Sign In to add comment