Innovaccer Interview Question

What are the different data types in Python?

Interview Answer

Anonymous

Apr 5, 2021

There are many in-built data types in python, namely str, int, float, list, tuple, dict, set, bool.