The process of assigning a value to a variable for the first time is called variable _______.
- Assignment
- Declaration
- Definition
- Initialization
The process of assigning a value to a variable for the first time is called variable initialization.
Loading...
Related Quiz
- Which of the following statements is true about private attributes in a Python class?
- Which special variable in Python represents the name of the current module?
- How can you determine the index of the first occurrence of value x in a tuple?
- What is the main advantage of using a with statement when working with files?
- Which built-in function can be used to create a set in Python?