Explain Python's data types.

Answers were Sorted based on User's Feedback



Explain Python's data types...

Answer / nashiinformaticssolutions

Mention built-in data types like `int`, `float`, `str`, `list`, `tuple`, `dict`, `set`, and `bool`.

Is This Answer Correct ?    0 Yes 0 No

Explain Python's data types...

Answer / glibwaresoftsolutions

Mention built-in data types like `int`, `float`, `str`, `list`, `tuple`, `dict`, `set`, and `bool`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is setup py in python?

0 Answers  


What is flask & its benefits?

0 Answers  


How do you find the number of references pointing to a particular object?

0 Answers  


What is input () in python?

0 Answers  


What is a dictionary in python programming?

0 Answers  






What is monkey Patching in python?

0 Answers  


Explain how python does compile-time and run-time code checking?

0 Answers  


Under what circumstances would von use a while statement rather than for?

0 Answers  


What does sorted do in python?

0 Answers  


What is python coverage?

0 Answers  


What do you mean by *args and **kwargs?

0 Answers  


How do I define raw_input in python?

0 Answers  


Categories