Si la condición en Python 1
if __name__ == '__main__':
functionA()
functionB()
Long Lapwing
if __name__ == '__main__':
functionA()
functionB()