Guest User

Code.py

a guest
Oct 16th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. from WPL import *
  2.  
  3. code = """
  4. author -> " _ " // your name here
  5.  
  6. // Code goes here
  7.  
  8. disp " " disp " "
  9. D!
  10.  
  11. """
  12.  
  13. read(code)
  14.  
  15. input()
Advertisement
Add Comment
Please, Sign In to add comment