[ create a new paste ] login | about

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

yhl20001210 - Python, pasted on Jul 21:
1
2
3
4
5
6
print('Welcome to use codepad.')
print('You could paste or type codes here, making it run for you.')
print('However, codepad does not support inputing information.')
print('You may could make a function to produce a string and read by scan functions.')
print('You could also use ideone on ideone.com to do more complex and complete work.')
print('Do it!')


Output:
1
2
3
4
5
6
Welcome to use codepad.
You could paste or type codes here, making it run for you.
However, codepad does not support inputing information.
You may could make a function to produce a string and read by scan functions.
You could also use ideone on ideone.com to do more complex and complete work.
Do it!


Create a new paste based on this one


Comments: