Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 259 Bytes

File metadata and controls

7 lines (6 loc) · 259 Bytes

Types

  1. How to check the type of a variable in Python?
  2. How to check if a variable points to an object of an integer type?
  3. How to check type of a literal?
  4. What is operator is used for?
  5. if x = "str", what would be the result of x is str?