Python - Variables and Dynamic Typing
You want to create a dictionary where keys are variable names and values are their descriptions. Which of these variable names is invalid and should be excluded?
variables = ['first_name', 'last-name', '_age', '3rd_place']
