I’m trying to debug a script and need to understand what type a variable holds, for example, whether it’s a string, integer, or even something more specific like an unsigned 32-bit value. What’s the best way in Python to get the type of a variable during execution?