Answer Posted / 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 View All Answers
What are the optional statements that can be used inside a
What is the process of pickling and unpicling?
What is a namedtuple?
how do I protect python code?
Why is numpy so fast?
When is not a good time to use python generators?
Is there a constructor in python?
Is upper in python?
Tell me what is the difference between list and tuple?
What is the use of dir() function?
If you are ever stuck in an infinite loop, how will you break out of it?
What functions or methods will you use to delete a file in python?
How do I send mail from a python script?
What is == in python?
What is threads life cycle?