Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/adaso (25-May @ 00:05)
Syntax Highlighted Code
- def foo():
- '''print hello'''
- print 'hello'
Plain Code
def foo():
'''print hello'''
print 'hello'
Tip: Click lines to highlight, hold ctrl/cmd to multi-select
def foo():
'''print hello'''
print 'hello'