# if __name__ == "__main__" : means check whether this file is being run directly or being imported as a module in another file #print(__name__) #will print __main__ if this file is being run directly ...