This is a dedicated watch page for a single video.
Given the task of dynamically generating a table name in Python using variables for region, store, and year, where the desired format for the table name is akin to "la200_sales_2022" for region="la", store="200", and year="2022", which Python command would correctly construct this table name?