Advertisement
Guest User

new

a guest
Jul 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. print("hello python")
  2. for i in range(1,10):
  3.     print(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement