Question number 74
I did not under stand.
If we try to update a variable that is not yet assigned any value i.e. it doesn’t exist, you get an error, because Python evaluates the right side before it assigns a value to a
.
Therefore, before updating, we need to initialize the variable.
:“Yet not assigned any value”
Which value are you talking??