#!/usr/bin/env python3 print(f'{__name__=}') if __name__ == "__main__": # False if this module is imported print("executed as program")