a = 0b = 1c = 2d = 3e = 4f = 5g = 6if a == b and c == d and d == e and f == g: print 'olde' # backslashes allow continuationsif (a == b and c == d and d == e and e == f): print 'new' # but parentheses usually do tooprint "Here"
Name (required)
email (will not be published) (required)
Website