[ create a new paste ] login | about

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

Plain Text, pasted on May 29:
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
#Filename : var.py 
i=5 
print i 
i=i+1 
print i 
s= '''This a multi-line string. 
This the second line.''' 
print s



Create a new paste based on this one


Comments: