#!/usr/bin/python #Indent if 5<10: print"the given condition is true" print "abc" else: print "the given condition is false" print "xyz"