What are python variables?



What are python variables?..

Answer / Birbal Singh

Python variables are used to store data in a program. They can be of different types, such as integer, float, string, list, tuple, dictionary, and more. Variables are created by assigning values to names using the equals sign (=).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How do I make python scripts executable?

1 Answers  


Explain class __init__()?

1 Answers  


Is html harder than python?

1 Answers  


What is raw_input?

1 Answers  


How to install a package and import?

1 Answers  


What happens when a function doesn’t have a return statement? Is this valid?

1 Answers  


Write a coding in find a largest among three numbers?

1 Answers  


is Python similar to ruby?

1 Answers  


What is the usage of dir() and dir() function in python?

1 Answers  


Do python classes need init?

1 Answers  


How do I do variable variables in python?

1 Answers  


What is the command to debug a python program?

1 Answers  


Categories