Advertisement
Protocol_

om

Dec 7th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.00 KB | None | 0 0
  1. #!/usr/bin/python
  2. om = """
  3. !!!!!!!!!!!!!!!!!!++!!!!!!!!!!!!!!!!!!!!!!!!!!!!!++ !!!!!!!!!!!!!!!!+++++++!!!!!!!!!!+++++++!!!!!+!!!++!!!+ !!!!!!!!!!!!!!+++++++++++!!!!!!+++++++++++!!!+++!!!!+++ !!!!!!!!!!!!++++!!!!!+++++!!!+++++!!!!+++++!!!++++++++ !!!!!!!!!!!+++++!!!!!+++++!!!++++!!!!!!+++++!!!!++++ !!!!!!!!!!!!+++++!!!!+++++!!!!!!!!!!!!!+++++!!!!!!!!!!!! !!!!!!!!!!!!!+++!!!!!+++++!!!!!!!!!!!!+++++!!!!+++ !!!!!!!!!!!!!!+!!!!!!+++++!!!!!!!!+++++++!!!!++++++++ !!!!!!!!!!!!!!!!!!!!!+++++!!!!!!!!++++++++++++++++++++!!+ !!!!!!!!!!!!!!!!!!!!!+++++!!!!!!!!+++++++++++!!!!!+++++!!++ !!!!!!!!!!!!!!!!!!!!!+++++!!!!!!!!!!!!+++++!!!!!!+++++!!!!+++ !!!!!!!!!!!!!!!!!!!!!!+++++!!!!!!!!!!!!+++++!!!!+++++!!!!!++++ !!!!!!!!!!!!!!!!!!!!!!!+++++!!!!!!!!!!!+++++!!!!+++++!!!!!+++++ !!!!!!!!!!!!!!!!!!!!!!!!!+++++!!!!!!!+++++!!!!!!+++++++++++++++ !!!!!!!!!!!!!!!!!!!!!!!!!!!+++++++++++++!!!!!!!!!!+++++++++++ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!++++++++!!!!!!!!!!!!!!+++++ """
  4. o = ''
  5. for k in om:
  6.     o = o+''.join(chr(ord(k)-1))
  7. print o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement