Guest User

Untitled

a guest
Feb 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3.  
  4. class Hoge:
  5. def __init__(self):
  6. print u"ほげ"
  7.  
  8. hoge = Hoge()
Add Comment
Please, Sign In to add comment