Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def main():
- print("test2.py, main(), __name__:", __name__)
- # ---------------------------------
- if __name__ == "__main__":
- print("run directly")
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement