Python Pop Quiz - Type Addition
Python has multiple built-in functions you can use to introspect your code. You’ll learn more about those functions in a later quiz.
For this quiz, you’ll focus on isinstance(), a function you can use to check if a variable is a particular type. For example, you might want to check if a variable is a string or an integer.
Good luck!
The Quiz
What will be th…


