Если условие в Python 1
if __name__ == '__main__':
functionA()
functionB()
Long Lapwing
if __name__ == '__main__':
functionA()
functionB()