Ashies

Python-SunNatural

Aug 11th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. sum=0
  2. n=1
  3. while n<11:
  4.  sum=sum+n
  5.  n+=1
  6. print(sum)
Add Comment
Please, Sign In to add comment