Question: Q1: State the name of the feature in Python which allows programmers to 2 points replace the same variable name with different type of data

Q1: State the name of the feature in Python which allows programmers to 2 points replace the same variable name with different type of data as shown in the figure below.* Boolean In [1]: var_ = True In [2]: type(var) Out [2] : bool String In [3]: var_='Hello, World! In [4]: type(var.) Out [4]: str
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
