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