0 Comments
Step-by-step explanation:
The correct way to check the data type of a variable in many programming languages, including Python, is by using the `type(a1)` function. So, the correct option is:
- `type(a1)`