Answer Posted / nashiinformaticssolutions
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
Where is python used?
Which language should I learn first c or python?
When do you use list vs. tuple vs. dictionary vs. set?
What is a dataframe in python?
Explain python’s slice notation?
What is meant by attribute error in python?
Is python interpreted, or compiled, or both?
Why lambda forms in python does not have statements?
How do I get a list of all files (and directories) in a given directory in Python?
Does python has private keyword in python ? How to make any variable private in python ?
What is the meaning of immutable?
What is the best Django or PHP?
What is variable length argument in function?
What are the ones that can be used with pandas?
What is purpose of __init__ in class ? Is it necessary to use __init__ while creating a class ?