[ create a new paste ] login | about

Link: http://codepad.org/Ev0u8jIq    [ raw code | output | fork ]

Python, pasted on Oct 18:
1
2
3
4
5
>>> import ttf
>>> ttf.p('2284', 'Posting from the Python interpreter') 
>>> for i in range(100):
...     ttf.p('2284', 'Hello from a for loop! i=' +str(i)) 
...


Output:
1
2
3
4
  Line 1
    >>> import ttf
     ^
SyntaxError: invalid syntax


Create a new paste based on this one


Comments: