# Basics in Python ## String functions ## Core concepts Check if execution is in main program ````python if __name__ == '__main__': ````