What are the python types?



What are the python types?..

Answer / Ashish Gotra

Python has several built-in data types: String, Integer, Float, Boolean, List, Tuple, Dictionary, and Set.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is pip and pip freeze commands will do?

1 Answers  


What a blank curly brace initialize? A dictionary or a set?

1 Answers  


How to use *args and **kwargs in python?

1 Answers  


What is the difference between `deepcopy` and `shallow copy`?

5 Answers  


What is lambda in python 3?

1 Answers  


How would you display a file’s contents in reversed order?

0 Answers  


Can we concat bytes to str?

1 Answers  


Which language should I learn first c or python?

1 Answers  


What are variables in python?

1 Answers  


Does python have private methods?

1 Answers  


Multiply all elements of a list without writing a loop?

1 Answers  


Is python client or server side?

1 Answers  


Categories