# The code in this 'if' statement runs only if current file is the # the main file. Mean this 'if statement' code will not run if you import # that file into other program. if __name__ == '__main__':