What data types does python support?



What data types does python support?..

Answer / Mohd Suhail

Python supports several built-in data types including: integer (int), float, string (str), list, tuple, dictionary (dict), set, boolean (True or False), and None.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is the best flask or Django

1 Answers  


Explain how can you make a Python Script executable on Unix?

1 Answers  


What exactly are pandas?

2 Answers  


Mention the use of // operator in Python?

1 Answers  


What if you want to toggle case for a python string?

1 Answers  


Can we concat bytes to str?

1 Answers  


A module print_number given, what will be the output of the following code?

1 Answers  


What is the keyword to import a module in python?

1 Answers  


Is python duck typed?

1 Answers  


What is map?

1 Answers  


Is python strongly typed or weakly typed language?

1 Answers  


Explain me database connection in python flask?

1 Answers  


Categories