Guest User

Untitled

a guest
Feb 11th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. >>> try:
  2. ... raise Exception("测试")
  3. ... except Exception, e:
  4. ... print str(e)
  5. ...
  6. 测试
Add Comment
Please, Sign In to add comment