Description : Use types like int, float, str, and bool.
Answer :
Python has several built-in data types, including integers(int), floating-point numbers(float),strings(str), and booleans(bool). You can use these types to store and manipulate data in your program.