#!/usr/bin/env python # -*- coding: UTF-8 -*- if __name__ =='__main__' : print('main') else : print('not main')