How much bytes do integer and decimal data types hold in python?
Answer / Jatin Girdhar
Integers in Python do not consume any memory beyond the value they represent. However, floating point numbers (decimal) have a fixed size of 8 bytes (64-bit) for single precision floats.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain whats flask?
What is python shell and idle?
Does python has private keyword in python ? How to make any variable private in python ?
Is tuple iterable in python?
What is the difference between pickling vs unpickling?
What are its benefits of flask?
What is a python mixin?
“In Python, functions are first-class objects.” What do you infer from this?
How can we get home directory using '~' in python?
Explain the role of repr function.
How can you unsign or delete variable in python?
Should I learn r or python first?