[ create a new paste ] login | about

michael.yixuan.wu@gmail.com

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by michael.yixuan.wu@gmail.com:

Python, pasted on Jun 22:
1
2
3
4
5
# wrong line!

# this one works as expected
try:
    raise 'one'
...
view (13 lines, 9 lines of output)