Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/python
- import re, string, sys
- #counter = sys.argv[1]
- counter = 10
- count = 1
- while (count <= counter):
- print "Hello, World", count,"!"
- count = count + 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement